Can I use XPath Builder under Developer Center inside Sitecore Shell to select all items below a node and filter it by if field exists, single line text field? With a fast query (not limited by the Query.MaxItems setting)
for example somethings like: fast://sitecore/content//*[@#my field# != '' ]
But this query make no difference between empty and field does not exist, I want the empty ones in my result and not the items where the field not exsist.