[Xapian-discuss] Wildcards in a boolean query
Marek Tichy
marek.tichy at gmail.com
Tue Dec 5 15:18:19 GMT 2006
Hi,
I would really appreciate a little hint here.
When I run
Xapian::Query((Xpublish_date1130194800 AND XAPPSyes))' it's fine (gives me
6 documents published that day)
But when I try something like
Xapian::Query((Xpublish_date1130* AND XAPPSyes))'
leaving aside that timestamps are not very useful here (todo), I get 0
results.
Is this not the way to restrict by a date range ?
Cheers Marek
More information about the Xapian-discuss
mailing list