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
{{ message }}
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
If set SQLALCHEMY_TRACK_MODIFICATIONS to False, the models_committed signal is disabled. The whoosh index won't update when model changes.
I advise on adding instructions in README. If users want update whoosh index automatically, they should check SQLALCHEMY_TRACK_MODIFICATIONS=True configuration.
The text was updated successfully, but these errors were encountered:
If set SQLALCHEMY_TRACK_MODIFICATIONS to False, the models_committed signal is disabled. The whoosh index won't update when model changes.
I advise on adding instructions in README. If users want update whoosh index automatically, they should check SQLALCHEMY_TRACK_MODIFICATIONS=True configuration.
Thank you for this. Had to realize it the hard way. This should be in the README +1 ... I don't think the repo is maintained though
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If set
SQLALCHEMY_TRACK_MODIFICATIONS
toFalse
, themodels_committed
signal is disabled. The whoosh index won't update when model changes.I advise on adding instructions in README. If users want update whoosh index automatically, they should check
SQLALCHEMY_TRACK_MODIFICATIONS=True
configuration.The text was updated successfully, but these errors were encountered: