Massimo DiPierro
unread,Jul 26, 2013, 8:42:57 AM7/26/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-d...@googlegroups.com
This is a prototype. It is a quite dumb but portable full text search. It should be easy to create adapters for Solr, Sphinx, Whoosh etc.
First of all we should agree on the API. What do you think about the API? An example in the test() function.
It assumes users only update one record at the time (via a form, for example).
Massimo