Document negation: https://pub.dev/help/search#query-expressions
We support negation in the UI, by displaying [-] checkboxes. We have no way to set negation other than typing -is:plugin or something like that. But we haven't documented negation in the documentation.
Which search terms can be negated? @isoos do you know?
I think only tags (in the form of prefix:identifier) can be negated. I've just checked that text phrases cannot be negated (which would be a useful feature too).
Can the updated:<duration> tags be negated?
Can the updated:
tags be negated?
Hm, while these are tag-shaped, they are not really the same internally (similar to package:<name> prefixes). I guess we really need to implement https://github.com/dart-lang/pub-dev/issues/1752 (maybe using package:query or a subset of it).
Not saying they have to be negatable, just that we need to know the current workings in order to document them.