queued_search icon indicating copy to clipboard operation
queued_search copied to clipboard

Out of date README.rst still refers to QueuedSearchIndex

Open gremmie opened this issue 10 years ago • 1 comments

I think the README.rst might be out of date for Haystack 2.x.

This part:

Alter all of your SearchIndex subclasses to inherit from queued_search.indexes.QueuedSearchIndex (as well as indexes.Indexable).

should maybe read:

In your settings.py:

HAYSTACK_SIGNAL_PROCESSOR = 'queued_search.signals.QueuedSignalProcessor'

gremmie avatar Jan 02 '14 02:01 gremmie