etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.21k stars 129 forks source link

Mention in the docs that watson does not work with bulk_create #272

Closed bcye closed 4 years ago

bcye commented 4 years ago

As far as I know, watson's automatic updating of the index does not work when using bulk_create, as signals are not fired in that case. It would be good to add this to the docs.

etianen commented 4 years ago

It's mentioned here: https://github.com/etianen/django-watson/wiki/Registering-models#manually-updating-the-search-indexes

Surfacing this sort of information is difficult. The larger the docs, the harder it is to find things. Really, django-watson should use readthedocs for a nicer interface.

bcye commented 4 years ago

I missed that, even though I read the section twice :/