question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support ! for search

See original GitHub issue

lets 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:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
thezoggycommented, Oct 5, 2017

Yes, wanting to just do a simple word search and being able to inverse that is the goal.

1reaction
duckmanBRcommented, Oct 2, 2017

@thezoggy, void and is: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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found