Alexander, thanks for the hint!
I also needed that in order to get the records without publication date
(260__c), tried everything but didn't include the 'and', hence i didn't
get the proper results. So, following your suggestion if i search for
"and not year:$->~", I get the correct results!
However, if i replace year (which indexes 260 $c) with 260__c I also get
some strange results... That means "and not 260__c:$->~" does not work
either...
Can you reproduce it? Any ideas?
Best regards,
Theodoros
I think the magic you're searching is and not author:$->~ with the
"and" prepended. It doesn't work well without it (at least for us).