Thanks Hoss - I'll give that a try - intuitively that sounds like it'll work
(I'm still new to this - it's not second nature to me just yet!)

On 2/3/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:


: 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




--
Michael Kimsal
http://webdevradio.com

Reply via email to