summaryrefslogtreecommitdiffstats
path: root/pgfulltext
Commit message (Collapse)AuthorAgeFilesLines
* missing files from the last commithrcerqueira2010-02-021-22/+22
|
* added full text search support for postgresql, database setup is done as a ↵unknown2010-02-022-0/+23
response to the post_syncdb signal. search is done against question summary, title and tags with crescent weight respectively. everything works but is still in a early stage of development