I have a examine index search under v 4.9.1 and facing some issues whenever i search of some words like for example "Hello World" which will return "zero" but if look for "Hello" or "World" seperately it returns some values.
Under node content i have a document type textbox where client will be able to add the keywords for his search to work. Having checked with lucene the indexes i actuallly do have both "Hello" and "World" being indexed.
Is there a way of getting the results for single and double words or even longer ones in examine ? The project being done has some important name such as "Rooms .... " or "Rooms ....", so search is always null when i type "Rooms...." followed by some other keywords.
Search Phrase / different words using examine
Hi Guys,
I have a examine index search under v 4.9.1 and facing some issues whenever i search of some words like for example "Hello World" which will return "zero" but if look for "Hello" or "World" seperately it returns some values.
Under node content i have a document type textbox where client will be able to add the keywords for his search to work. Having checked with lucene the indexes i actuallly do have both "Hello" and "World" being indexed.
Is there a way of getting the results for single and double words or even longer ones in examine ? The project being done has some important name such as "Rooms .... " or "Rooms ....", so search is always null when i type "Rooms...." followed by some other keywords.
Here is my code
Any Advice on how to proceed here ?
//fuji
Any Help on this please? or should i conside using xslt search instead ?
is working on a reply...