On 12/4/07, Doug Douglass <[EMAIL PROTECTED]> wrote:
> What about using the Sqlite fts extension modules,
> http://www.sqlite.org/cvstrac/wiki?p=FtsTwo ? This would
> seem to be the path of least resistance. FYI, I never heard of these
> extension until I started playing with Google Gears.

The problem is that it's SQLite-specific. Some other DBs have similar
functionality, but not all, and we need something that works in the
general case.

It could also be possible to abstract the system sufficiently that it
would use the native FTS then fall back on something else.

-- 
Evolution: Taking care of those too stupid to take care of themselves.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to