On 8/30/06, Florent Solt <[EMAIL PROTECTED]> wrote: > Jens Kraemer wrote: > > > > there was a mail recently where this problem already came up ( subject > > was "adding new items to index breaks searches with *" ). > > > > I always thought that searching with only a wildcard as in 'id:*' would > > not > > be possible at all. So I'd consider it a bug that Ferret delivers > > results in > > the first place... > > > > Jens > > It's not the answer I would like to read :) :) > > But do you know how to do this query : "Any document that have an id > field" ?
Hi Florent, I answered this on the other thread that Jens mentioned but I better say it again here. This was a bug which has been fixed. "id:*" will match all documents with or without an id field. To get all documents with an id field you should use "id:?*". Wait for version 0.10.2 though before this will work. Cheers, Dave _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

