flask-msearch
flask-msearch copied to clipboard
fix sql session error in auto update related index
fix issue #24 , reproduce the bug by commenting line 114 in flask_msearch/backends.py
and executing test/test_whoosh.py
Thanks for your pr, confirm this bug.
Now Indexing relational columns is really inconvenient and inefficient, I'll look for more efficient ways to resolve it.
@honmaple encountered the same error today, could you please fix?