mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fix typo preventing facet example from displaying
This commit is contained in:
parent
bf5d6e3363
commit
7c38c5ad56
@ -113,7 +113,7 @@ of references descending.
|
||||
|
||||
For example, to find the most common page types in the search results:
|
||||
|
||||
.. code-block::python
|
||||
.. code-block:: python
|
||||
|
||||
>>> Page.objects.search("Test").facet("content_type_id")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user