Re: [flask] Flask Search extension
- From:
- Sergio Pelissari
- Date:
- 2011-06-29 @ 21:56
Great ill check it
Thx buddy
Enviado de meu iPhone
Em 29/06/2011, às 18:03, Ron DuPlain <ron.duplain@gmail.com> escreveu:
> Hi,
>
> 2011/6/29 Sérgio Pelissari <sonared@gmail.com>:
>> Just to know if someone have some extension for search on flask
>> engine,
>> something like
>> Haystack on Django side.
>
> I started a Flask-Solr extension:
> https://github.com/willowtreeapps/flask-solr
>
> It simply wraps the pysolr API and uses app.config. I'm using this in
> production, but haven't taken the time to fill in the docs for
> publishing. It's lower level than Haystack, but if you like Solr +
> pysolr, it works really well.
>
> -Ron