We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eee0db1 + 90da846 commit 08dd947Copy full SHA for 08dd947
docs/multiple_index.rst
@@ -204,7 +204,7 @@ Most search engines require you to set the language at the index level. For
204
example, a multi-lingual site using Solr can use `multiple cores <http://wiki.apache.org/solr/CoreAdmin>`_ and corresponding Haystack
205
backends using the language name. Under this scenario, queries are simple::
206
207
- sqs = SearchQuerySet.using(lang).auto_query(…)
+ sqs = SearchQuerySet().using(lang).auto_query(…)
208
209
During index updates, the Index's ``index_queryset`` method will need to filter
210
the items to avoid sending the wrong content to the search engine::
0 commit comments