Skip to content

tobych/django-fts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==========
django-fts
==========

This is a generic Full Text Search engine for Django projects.

Currently implements three backends: dummy, simple and pgsql.

* dummy: just uses ILIKE to do the search (no indexes)
* simple: implements the search using two helper tables for the indexes
* pgsql: uses PostgreSQL 8.3 full text search engine

It should be possible to easily integrate MySQL, Sphinx and Xapian backends too.

For installation instructions, see the file "INSTALL.txt" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory.

Releases

No releases published

Packages

No packages published

Languages