Search For Words?
-
Hi again,
I’m creating a searchable article database and hoping that searches will find article titles which contain words which match the search term.
Is there a way to configure search so that it will find only words, and not strings?
As example, when I turn strict searching OFF, a search for “men” will find both the word “men” and also “mentality”. A strict OFF search is going to bring up a lot of irrelevant results.
When I turn strict searching ON no records are found unless the field being searched contains only the search term and nothing else. So I can’t use strict searching.
I don’t know php but I have done a lot of perl coding. If you can point me to the file/line where the search regex is, and suggest an edit, perhaps I could customize my install myself?
I get why search is the way it currently is, as searching for strings would be useful in some uses, just not in mine.
Again, many thanks.
- The topic ‘Search For Words?’ is closed to new replies.