Search Function
Permalink 1 user found helpfuldesigned
Signal
Signature
etc...
Because sign is in the word.
Go here and search something like Sign or Hammer and you can see what it does. If there was a way to have it search only for whole words, that would do it. I just don't know how to make the search work that way.
http://www.thereianetwork.com/concrete5.4.2.1/index.php?cID=1...
You would have to override the search block's default controller to change how it searches for results.
That said, why would you prefer to search only exact matches? Doesn't that defeat the purpose of what a site-wide search is meant for?
If I search for "sign" but pages with "signs" are omitted I'd say I'm getting screwed.
$ipl->setSimpleIndexMode(true);
then instead add this line:
$ipl->sortByRelevance();
To get meaningful results though you should edit your stopwords file. See here for more information: http://www.concrete5.org/community/forums/customizing_c5/sort-searc...
I search for 'and', I get 'Broadband', 'Handy' and 'Sandra'.
Does yours not do that?