To facilitate searching for questions which might contain an appended answer, I plugged in (on Stack Overflow):
solvedwhich returns 5,000+ -- a bit too many to be useful.
So I refined it to:
[solved]&[Solved]return nothing (as expected -- the tag doesn't exist)"[solved]"&"[Solved]"which return nothing??- title:[solved] wierd -- see below
- title:"[solved]" which returns nothing
Existence
Through all of this, note for example, this question which does contains [Solved] in the title?
So upon investigating the title:[solved], I see:
title:[solved]returns 1,518 resultstitle:[closed]returns the same 1,518 resultstitle:[waffles]returns the same 1,518 resultstitle:[narwahls]returns the same 1,518 resultstitle:[42]returns the same 1,518 resultstitle:[returns nothingtitle:[]returns nothing
Question: So what am I doing wrong?!?