Actions
Feature #14590
closedSearching for "e" (Bugfix included!)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2005-03-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Searching for "e" for example does not return any helpful message for the website user. The method "register_and_explode_search_string" collects the search words, but words like "e" won't be search.
I consider to change the line
elseif (strlen($val)>1) {
to
else () {
(issue imported from #M859)
Actions