You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ModelIndex is defined, get indexed. Do you have plans on allowing some filtering here too? I might try a PR if you want..
The text was updated successfully, but these errors were encountered:
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 ModelIndex is defined, get indexed. Do you have plans on allowing some filtering here too? I might try a PR if you want..
The text was updated successfully, but these errors were encountered: