Syerram / postgres_search

Postgres Search in Django
27 stars 2 forks source link

Postgres Search in Django

This project attempts to do couple of things

  1. Postgres Full text search
  2. Django integration with Postgres Search using South
  3. Celery task to asyncronously update the Search table
  4. AngularJS for front end coding

Install

Explore comments and keep checking as I add more code to it, e.g. Ranking, Similarity

Haystack