Page 1 of 1

Returning search results like the query

Posted: Wed May 24, 2017 4:20 pm
by blackrain
I am trying to find the part in the search module that can be changed to return results that have partial or all of the query.
i.e.

search for [ paren ] would return [ parent, parents, parental ] etc..

currently it seems to be implicit and returns no results found.

The LISE search has the function I need for search, it would be good to get it to work in the main site search also.


cheers

Mark

Re: Returning search results like the query

Posted: Tue Jun 13, 2017 2:31 pm
by blackrain
Hi,

I think the search on the site uses implicit WHERE to match word to the search but I need it to use WHERE search_word LIKE word.

so

if i type paren results for parent and parents are returned.

any ideas?

EDIT: REMOVED

But i am not sure on this and where to make the change

Thanks