order:invtags *_(disambiguation)
order:invtags -*_(disambiguation)
Both shows *_(disambiguation), but the results are slightly different.
order:invtags *_(disambiguation)
order:invtags -*_(disambiguation)
Both shows *_(disambiguation), but the results are slightly different.
Oh it's because the wildcard (*) only gives the first 40 tags (by tag count) of that format
CoffeeCo said:
order:invtags *_(disambiguation)
order:invtags -*_(disambiguation)
Both shows *_(disambiguation), but the results are slightly different.
For example, try
*_(disambiguation) straw_(disambiguation)
and
-*_(disambiguation) straw_(disambiguation)
vs
*_(disambiguation) jay_(disambiguation)
(this returns results because of prey_(disambiguation) which is in the top 40)
and
-*_(disambiguation) jay_(disambiguation)
CoffeeCo said:
order:invtags *_(disambiguation)
order:invtags -*_(disambiguation)
Both shows *_(disambiguation), but the results are slightly different.
yes, in my experience the wildcard only works the way one would expect it to work when it's on both sides.
I may be stupid