Hi, I wonder if anyone would have some suggestion as to how to improve on the Search module in sence of enabling it for searching for the partial occurence of a search term.
An example:
Search term="global"
The occurrence of the word "globalism" is verified in one of the contents.
Currently the module return a result=NULL.
What would be more useful is:
Search term="global"
The occurrence of the word "globalism" is verified in one of the contents.
Result="globalism".
Thanks a lot.
Search module / why cannot search for partial occurence of a phrase?
Re: Search module / why cannot search for partial occurence of a phrase?
I believe the current search is for exact matches, rather than fuzzy matches.
This has been discussed before, and if you search the forums, I think you'll find a hack that implements fuzzy searching. Use at your own risk.
This has been discussed before, and if you search the forums, I think you'll find a hack that implements fuzzy searching. Use at your own risk.
[SOLVED] Search module / why cannot search for partial occurence of a phrase?
Thanks. I look more in depth, then.
Last edited by docman on Wed Jan 06, 2010 2:32 pm, edited 1 time in total.
Re: Search module / why cannot search for partial occurence of a phrase?
You can try pisearch module ... it's older, but has some more options.
Re: Search module / why cannot search for partial occurence of a phrase?
Thanks. I will look into it.