- If I have a some columns in this virtual column that words say umbrella and I enter a query umb then it gives me No Results found.
- I have created a blob that might have say firstname and lastname seperated by space.
Now if I search on first last it doesnot show me this record.
But if I search on firstname lastname I see this record.
Pls suggest
Your reply to my second q means that
I should get the query and split it
Append asteriks to it and add to the query.
OR
Use REX
Either case wouldn't this be too much processing overhead.
I have enabled number of sets of query to 100.
Worse case senario if the user enters a big query, this would slow down the display.
Yes, the system is designed to efficiently search for entire words. To search for substrings takes more processing, and requires the addition of the asterisk, which should only be applied by the user to the terms they are unsure of.
no u didn't get me I meant the process of breaking the query and appending * to each word in that might cause overhead.
So wanted to know if there was any alternative to this.
The time to add the asterisk to the query will be minimal compared to the time taken to get and rank all the additional matches.
The Connection reset/closed? message is most likely the user pressed Stop in the browser, or went to another page without waiting for the page to complete.