queued_search icon indicating copy to clipboard operation
queued_search copied to clipboard

A queuing setup for integration with Haystack.

Results 6 queued_search issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [django-haystack](https://github.com/toastdriven/django-haystack) to permit the latest version. Changelog *Sourced from [django-haystack's changelog](https://github.com/django-haystack/django-haystack/blob/master/docs/changelog.rst).* > v2.8.1 (2018-03-16) > =================== > > - Merge pull request [\#1596](https://github-redirect.dependabot.com/toastdriven/django-haystack/issues/1596) from klass-ivan/collecting-deep-attr-through-m2m. \[Chris...

dependencies

raise InvalidBackend("Unable to import QUEUE BACKEND '%s'" % BACKEND) queues.InvalidBackend: Unable to import QUEUE BACKEND 'elasticsearch'

Add support for django19-style get_model.

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...

Hi! I followed the installation steps, and I get the following error, when trying to run process_search_queue. Do you know why might this happen? ERROR:queued_search:Couldn't find a SearchIndex for <...

In Haystack itself, I had overwritten the index_queryset method to pick objects of a model with certain attributes to index. In queued_search it seems that all objects, for which a...