: However, when I run the following search
: foobar date:[2005-08-01T00:00:00Z TO 2005-08-01T23:59:59Z]

: I get values back that do not have a date value in the 08/01/2005 range.

unless you changed somethine else to mkae queries default to "all clauses
mandatroy" (aka: and "AND" query) that's searching for anythign mathcing
foobar, or anything in that date range)

try this...

+foobar +date:[2005-08-01T00:00:00Z TO 2005-08-01T23:59:59Z]

: Does anyone have any clues/pointers to help me debug this?

adding debugQuery=1 to any URL will help you see exactly what query is
being used, and show you an "explanation" of why each document matched.

:
: Thanks!
:



-Hoss

Reply via email to