Open alfonsodg opened 10 years ago
From elff...@gmail.com on February 18, 2011 05:03:54
sqlite supports full text search http://www.sqlite.org/fts3.html "FTS4 is an enhancement to FTS3. FTS3 has been available since SQLite version 3.5.0 in 2007-09-04. The enhancements for FTS4 were added with SQLite version 3.7.4 on 2010-12-08."
full text search is also supported in
mysql: http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html sql server: http://msdn.microsoft.com/en-us/library/ms142571.aspx oracle: http://download.oracle.com/docs/cd/B28359_01/text.111/b28304/cqrypkg.htm postgresql: http://www.postgresql.org/docs/8.3/static/textsearch.html and so on, but I think this list is enough to add full text search capabilities in DAL
Original issue: http://code.google.com/p/web2py/issues/detail?id=197
From ABasta...@gmail.com on August 07, 2012 19:26:28
Labels: -Type-Defect Type-Enhancement
From massimo....@gmail.com on September 01, 2013 12:17:00
Issue 1449 has been merged into this issue.
From elff...@gmail.com on February 18, 2011 05:03:54
sqlite supports full text search http://www.sqlite.org/fts3.html "FTS4 is an enhancement to FTS3. FTS3 has been available since SQLite version 3.5.0 in 2007-09-04. The enhancements for FTS4 were added with SQLite version 3.7.4 on 2010-12-08."
full text search is also supported in
mysql: http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html sql server: http://msdn.microsoft.com/en-us/library/ms142571.aspx oracle: http://download.oracle.com/docs/cd/B28359_01/text.111/b28304/cqrypkg.htm postgresql: http://www.postgresql.org/docs/8.3/static/textsearch.html and so on, but I think this list is enough to add full text search capabilities in DAL
Original issue: http://code.google.com/p/web2py/issues/detail?id=197