support ! for search
See original GitHub issuelets say I want void items…
void
, is:void
work.
now lets say I want anything but void…
not:void
works.
!void
does not.
using ! seems way more logical to me to use than changing is
to not
.
especially on mobile where you can insert !
before the term way easier than changing out a word…
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, wanting to just do a simple word search and being able to inverse that is the goal.
@thezoggy,
void
andis:void
doesn’t return the same items.void
would bring an armor with a void mod, or even items with shaders with Void in the name.is:void
won’t.Now I understood that what you really want is to negate a word search, and not having a different way to negate a predicate.