itsahsiao / breadcrumbs

A full-stack Flask web app that lets foodies search restaurants, track their eating history, while also connecting with friends
28 stars 10 forks source link

User can search for a restaurant #4

Closed itsahsiao closed 8 years ago

itsahsiao commented 8 years ago

Requires the following:

May need search engine, not just use search form and database querying? Need to look into.

If not enough time, backup plan is to show list of all restaurants.

itsahsiao commented 8 years ago

Researched about full text search engines for Python, SQLAlchemy, and Flask. Narrowed research down to two possibilities/methods to try:

SQLALchemy-Searchable https://sqlalchemy-searchable.readthedocs.io/en/latest/index.html

Flask-WhooshAlchemy http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-x-full-text-search https://github.com/gyllstromk/Flask-WhooshAlchemy

itsahsiao commented 8 years ago

As SQLAlchemy-Searchable is working, will stick with it and use it.