ponywhoosh

Your database now searchable. The backend behind the Flask-PonyWhoosh.


Keywords
elastic, engine, flask, flask-sqlalchemy, flask-whooshalchemy, mysql, pony, ponyorm, ponywhoosh, search, searchable, sqlite3, whoosh
License
MIT
Install
pip install ponywhoosh==1.7.5

Documentation

ponywhoosh

PyPI Package latest release Test

Make your database over PonyORM searchable.

Install package, import and start adding what fields of your models in your database, you want to search.

PonyWhoosh

Please take a look to the official documentation up to date:

Installation

pip install ponywhoosh

or use the develop (unstable) version:

git clone https://github.com/jonaprieto/ponywhoosh.git
cd ponywhoosh
python setup.py install