Let user define precise search string by (a) phrase search (b) logical operator OR #1193
raindropsfromsky
started this conversation in
Ideas
Replies: 1 comment
-
you want to search files or programs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let user define his search string more precisely by:
(a) phrase search: FL must search for a precise phrase instead of searching for specified words in any random order.
(b) logical operator OR: Let user connect words/phrases with OR so that FL can search for at least one of them.
If OR is not used, it implies that the search result must have all the words/phrases provided in the search.
In other words, AND is a default operator, which the user need not enter explicitly.
Beta Was this translation helpful? Give feedback.
All reactions