Showing 1 - 4 of 4 items. (Page 1 of 1)


Link2009 Mar 18

Add Full-Text Search to your Django project with Whoosh

A nice overview of adding the new Whoosh full-text search engine to a Django project using signals to trigger a re-indexing.

Link2009 Feb 17

Tutorial — Django Solr v0.1 documentation

A tutorial on setting up Solr with Django using the django-solr-search project.

Link2009 Jan 28

Full-text searching in Django with PostgreSQL and tsearch2

A complete run down on setting up search with Django using PostgreSQL and tsearch2.