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
Returning search results like the query
Re: Returning search results like the query
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
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
Last edited by velden on Tue Jun 13, 2017 2:37 pm, edited 1 time in total.
Reason: We do not allow posting code 'hacks' in this forum.
Reason: We do not allow posting code 'hacks' in this forum.