Make your database over PonyORM searchable.
Install package, import and start adding what fields of your models in your database, you want to search.
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