-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Closed
Description
The search plugin applies a regular expression in line 33 to change the input string. Non-word characters at the beginning and end are removed. Why? Also, hyphen and non-word characters are replaced by alternatives. Again, why? For example, "I/O" will match all words containing "i" or "o". Also search for words with hyphens and multi-word phrase search do not work. What about removing that line?
Metadata
Metadata
Assignees
Labels
No labels