flask-msearch icon indicating copy to clipboard operation
flask-msearch copied to clipboard

fix sql session error in auto update related index

Open JasonCheungX opened this issue 4 years ago • 2 comments

fix issue #24 , reproduce the bug by commenting line 114 in flask_msearch/backends.py and executing test/test_whoosh.py

JasonCheungX avatar Mar 12 '20 09:03 JasonCheungX

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 avatar Mar 18 '20 15:03 honmaple

@honmaple encountered the same error today, could you please fix?

easypickings avatar Nov 01 '20 13:11 easypickings