- Status New
- Percent Complete
- Task Type Feature Request
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version Devel
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#239 - Integrate full-text search
http://www.sai.msu.su/~megera/wiki/Tsearch_V2_Readme
It's supposedly been part of the "core contrib" postgresql stuff since v7.4
This would let us perform a search on specific keywords across *all* indexed fields simultaneously.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Initial setup would be a PITA, and we need one index for each field (or set of fields) we wish to search separately.
This would only really be usable for 'generic text' searches; advanced searches would need to work with individual fields directly.
Postgresql 8.3 will have native support for this.