What about supercharging openerp search with something like lucene.  Imagine 
looking for documents when you mistype a partner name or only have a phone 
number, finding products etc.  

I have used a .net implimentation and it is very fast even when searching 
millions of items and the query ability leaves sql for dead.

Hopefully it would be easy to plug in something like 

http://lucene.apache.org/pylucene/

some of the advantages are
    * ranked searching -- best results returned first
    * many powerful query types: phrase queries, wildcard queries, proximity 
queries, range queries and more
    * fielded searching (e.g., title, author, contents)
    * date-range searching
    * sorting by any field
    * multiple-index searching with merged results
    * allows simultaneous update and searching




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=39180#39180

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to