Navigation

  • index
  • next |
  • Python documentation »

Welcome to Flask-PonyWhoosh’s documentation!¶

PyPI Package latest release PyPI Package monthly downloads Test

database gif

This package integrate the amazing power of Whoosh with Pony ORM inside Flask. Source code and issue tracking at http://github.com/compiteing/Flask-PonyWhoosh.

User’s Guide¶

  • What’s new? 0.1.6
  • Getting Started:
    • Installation
    • Flask-App Configuration
    • Database Configuration
    • Searching: for the first time
  • Searching
    • Testing on the shell.
    • Search():
    • The Attribute _pw_.
    • Searching by field:
    • add_wildcards and something
    • The output dictionary
    • use_dict:
  • A Preload View for the Search Engine
    • Search Form
    • Advanced search form
    • Results
  • App Full Example
    • Running the App
    • Running the app example
  • API
    • PonyWhoosh Class
    • PonyWhooshIndex Class
    • Utils Methods
    • View method
  • Changelog
    • 0.1.6 (2015-10-20)
    • 0.1.5 (2015-10-20)
    • 0.1.4 (2015-09-11)
    • 0.1.3 (2015-08-29)
    • 0.1.2 (2015-08-15)
    • 0.1.1 (2015-08-15)
    • 0.1.0 (2015-08-14)

About

Flask-PonyWhoosh provides a Whoosh extension to Flask using the database manager PonyORM. If you have any feedback or suggestions, let us know.

Useful Links

  • The Flask Website
  • Flask-PonyWhoosh @ PyPI
  • Flask-PonyWhoosh @ github
  • PonyOrm
  • Whoosh @ pythonhosted
  • Issue Tracker
Fork me on GitHub

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

© Copyright 2015, Jonathan S. Prieto C. & Ivan Felipe Rodriguez. Created using Sphinx.