﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3254	[patch] experimental fulltext search support for postgres, oracle and mssql	Ronny Pfannschmidt	nobody	"I didn't like it was missing.

oracle, mssql : add a !FulltextIndex for the Fields

postgresql: for each !FulltextField add a extra tsvector Field named like `""%(fieldname)_tsv""`

Problems with sqlite fts:

 * they stated a match statement may only be used once in a query
 * it needs a very specific syntax to search multiple fields
 * i have no idea how to get that into the ORM
"	enhancement	new	Database wrapper		normal		oracle fulltext search	sam@… johann.queuniet@… hv@… rboumart@… dan.fairs@… twidi@… Matt Boersma	Accepted	1	1	1	1		
