[web2py] Re: Web2py Solr UI

2016-09-19 Thread Ron Chatterjee
Thank you Massimo. Learn something new Everyday! On Sunday, September 18, 2016 at 11:01:09 PM UTC-4, Massimo Di Pierro wrote: > > The build_query is not efficient. It uses the LIKE operator therefore it > does not uses proper full text search. > Full text search builds an index of keywords and

[web2py] Re: Web2py Solr UI

2016-09-18 Thread Massimo Di Pierro
The build_query is not efficient. It uses the LIKE operator therefore it does not uses proper full text search. Full text search builds an index of keywords and can efficiently search them inside text. Whoosh, Solr, and other libraries to that. Haystack is a wrapper named after the equivalent

[web2py] Re: Web2py Solr UI

2016-09-16 Thread Ron Chatterjee
I never used heystack so its interesting. How the heystack has advantage over this? query = SQLFORM.*build_query*(list_of_searchable_fields,search_text) On Thursday, September 15, 2016 at 6:51:25 PM UTC-4, Donald McClymont wrote: > > Massimo has also posted this as a starting point >

[web2py] Re: Web2py Solr UI

2016-09-15 Thread Donald McClymont
Massimo has also posted this as a starting point https://github.com/mdipierro/web2py-haystack which may be a useful starting point- I haven't used with solr but did manage to extend to GAE Search without too much difficulty. Regards Donald On Wednesday, September 14, 2016 at 4:42:55 PM

[web2py] Re: Web2py Solr UI

2016-09-14 Thread Massimo Di Pierro
You can ask here. If we can help for free so that everybody benefit the better. If instead you have private code and do not want to show, please contact one of the companies doing web2py support listed from the web2py page. On Wednesday, 14 September 2016 08:37:21 UTC-5, Morris Fourie wrote: >