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.
1 parent 126d388 commit 10deabfCopy full SHA for 10deabf
docs/searchqueryset_api.rst
@@ -204,14 +204,6 @@ string with a ``-``::
204
methods on your ``SearchIndex`` objects to transliterate the characters
205
as you see fit.
206
207
-.. warning::
208
-
209
- **Whoosh only** If you're planning on ordering by an ``IntegerField`` using
210
- Whoosh, you'll need to adequately zero-pad your numbers in the
211
- ``prepare_FOO`` method. This is because Whoosh uses UTF-8 string for
212
- everything, and from the schema, there is no way to know how a field should
213
- be treated.
214
215
``highlight``
216
~~~~~~~~~~~~~
217
0 commit comments