django-watson
http://github.com/etianen/django-watson/
django-watson is a fast multi-model full-text search plugin for Django. It is easy to install and use, and provides high quality search results.
- Search across multiple models.
- Order results by by relevance.
- No need to install additional third-party modules or services.
- Fast and scaleable enough for most use cases.
-
django-watson 1.1.0 released
Apr 2012
django-watson 1.0 is now available on GitHub and PyPi. This release improves the efficiency of updating large search indexes and adds in Django 1.4 admin compatibility.
-
django-watson 1.0.2 released
Mar 2012
django-watson 1.0.2 is now available on PyPi and GitHub. This release adds support for prefix matching when searching.
-
django-watson supports prefix matching
Feb 2012
The current trunk release of django-watson now supports prefix matching when searching. This means that partial matches of words will now return a result.
This is particularly useful for live autocomplete style search widgets, as it allows a user to receive feedback much earlier.