Author Topic: Inclusion of inline negation to filter out search results  (Read 2695 times)

eeik

  • Newbie
  • *
  • Posts: 11
When searching a library such as this:
Add More
Add Less
Additional

... the following would render the appropriate result sets:
🔍 "add" ==> 3 results
🔍 "add -less" ==> 2 results
🔍 "add -additional" ==> 2 results
🔍 "addi" ==> 1 result

*note
a. implementation of "-" as prefix may conflict if searching fields for hypens
b. not sure how "quotes" are handled
c. within the search field, [CTRL] + [BACKSPACE] is not currently deleting full word as is usual across Windows (including null characters)