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

Full text search for flask.

Results 14 flask-msearch issues
Sort by recently updated
recently updated
newest added

It'd be great to have a solr backend for people who want as advanced features as elasticsearch but don't have resources for a 64 GB cluster to run it. I...

I get a log for every index creation ("creating index: ") / update ("updating index: ") and I have no idea where it comes from. I though about whoosh but...

I use `whoosh` backend with `jieba` analyzer. And use `sqlalchemy` link to `mysql`. I use `flask-apscheduler` to perform update whoosh index tasks regularly. Code like blow: ```python @scheduler.task('cron', id='do_refresh_whoosh_index', hour=2)...

Im trying to use msearch for an ecommerce website I have followed everything and tried every possible code that i have read on README ``` @app.route('/result') def result(): searchword =...