Danish Qadri wrote: > Hey Team, > > I see the following select statement in my Postgres logs when I search for > network. > > SELECT url_id,intag FROM dict7 WHERE word='network'; > > I was under the impression that mnogo would run something similar to the > following SQL query to check out substring searches: > > SELECT url_id,intag FROM dictX WHERE word LIKE '%concord%'; > > where X would increase until we searched all the dictionaries. > > > Am I looking at the picture wrong?
It can search substrings. However there was a bug in 3.2.1. It is already fixed. New default search template has a example HTML code how to choose word match type. Latest sources are here: http://gw.udmsearch.izhnet.ru/~bar/mnogosearch-3.2.1-4.tar.gz > BTW, for some weird reason, I'm getting more results from searchd than > from search.cgi (same weight factors and everything). > Probably you are using search results cache... ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
