Project

General

Profile

Feature #508

Basic content search

Added by Luke Murphey over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
01/13/2013
Due date:
% Done:

100%


Subtasks

Task #514: Create content indexerClosedLuke Murphey

Task #515: Create search logicClosedLuke Murphey

Associated revisions

Revision 326 (diff)
Added by Luke Murphey about 11 years ago

Basic content search is working. Closes #508.

Revision 326 (diff)
Added by Luke Murphey about 11 years ago

Basic content search is working. Closes #508.

Revision 317 (diff)
Added by Luke Murphey about 11 years ago

Basic content search is working. Closes #508.

History

#1 Updated by Luke Murphey over 11 years ago

See http://stackoverflow.com/questions/2248743/django-mysql-full-text-search for how to do a fulltext search. See http://answers.oreilly.com/topic/1955-how-to-use-full-text-search-in-sqlite/ for how to create the index. Based on http://www.sqlite.org/fts3.html#section_1_2, it sounds like I ought to use FTS4 since disk IO is lacking on my web-server.

#2 Updated by Luke Murphey over 11 years ago

  • Status changed from New to In Progress
  • Assignee set to Luke Murphey

#4 Updated by Luke Murphey over 11 years ago

The SQLite that is on my local host isn't compiled with FTS 3 and 4, I doubt the SQLite libs on the web-server have it either.

#5 Updated by Luke Murphey about 11 years ago

  • Status changed from In Progress to Closed

Also available in: Atom PDF