[Flask] full-text searching

Corey Boyle coreybrett at gmail.com
Thu Apr 25 14:21:31 EDT 2019


Flask-SQLAlchemy

On Thu, Apr 25, 2019 at 2:11 PM Sean Davis <seandavi at gmail.com> wrote:
>
> Are you using a particular data store?
>
> On Thu, Apr 25, 2019 at 2:00 PM Corey Boyle <coreybrett at gmail.com> wrote:
>>
>> I'm curious what others are doing for full-text searching.
>>
>> I've looked at Flask-WhooshAlchemy and tried to get it working, but
>> didn't have much luck with it. I could be wrong, but I don't think
>> it's compatible with app factories, and it doesn't seem to be
>> maintained anymore.
>>
>> I was able get flask-msearch working with a little effort and it seems
>> like a possibility.
>>
>> I could follow the example given by Grinberg
>> (https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvi-full-text-search)
>> but I'd rather use a flask extension and keep my own code base as
>> minimal as possible.
>>
>> Was hoping someone on the list would have some recommendations.
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
>
>
>
> --
> Sean Davis, MD, PhD
> Center for Cancer Research
> National Cancer Institute
> National Institutes of Health
> Bethesda, MD 20892
> https://seandavi.github.io/
> https://twitter.com/seandavis12


More information about the Flask mailing list