Flask-WhooshAlchemy3
Flask-WhooshAlchemy3 copied to clipboard
BaseQuery object has no attribute 'search'
I followed the sample code in the readme but i end up with this error....no attribute search.
Is there more to be added to the sample code before i can make a search query ?
I need more information, such as code samples and a proper stack trace.
Same.

See setup at: https://github.com/yomajo/Flask-Experiments/blob/whoosh/app/init.py
Note I cast wa.create_index into try_except, because it disturbing me to fill database with dummy data. with flask cli filldb
Same error while working on command in flask shell (not limited to request context constraint).

Ubuntu 22;04.