Skip to content

Manphredandsons/flask-ponywhoosh

 
 

Repository files navigation

PonyWhoosh

flask-ponywhoosh

PyPI Package latest release Test

Install package, import it and start adding what fields of your models in your database you want to search. We included some templates for the search engine.

Install

The easiest way:

$ pip install flask-ponywhoosh

The hard way:

$ git clone https://github.com/compiteing/flask-ponywhoosh.git
$ cd flask-ponywhoosh
$ python setup.py install

Example

After installing the package. Clone this repository in order to run the example or just download the source.

$ git clone https://github.com/compiteing/flask-ponywhoosh.git
$ cd flask-ponywhoosh

Then, you can run the example using:

python example.py runserver

You will see in the shell some outputs showing settings of flask-ponywhoosh (debug mode is on by default). We provide two urls by default:

  • localhost/search : the form of the search engine
  • localhost/database : contents of the database for our example

Recall localhost is usually http://127.0.0.1:5000.

Hacking

Customize the templates, url routes and other stuffs, please checkout the documentation on:

Screenshots

Adding what fields of your models in your database you want to search.

PonyWhoosh

PonyWhoosh

About

A search engine for flask using pony orm and whoosh.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.6%
  • HTML 33.2%
  • Makefile 1.2%