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](https://github.com/jonaprieto/flask-ponywhoosh/raw/master/images/databaseconfig.gif?raw=true)
Please take a look to the official documentation up to date:
pip install ponywhoosh
or use the develop (unstable) version:
git clone https://github.com/jonaprieto/ponywhoosh.git
cd ponywhoosh
python setup.py install