On 6/8/2016 2:28 PM, Steven White wrote:
> ?q=*&q.op=OR&fq={!field+f=DateA+op=Intersects}[2020-01-01+TO+2030-01-01]

Looking at this and checking the code for the Field query parser, I
cannot see how what you have used above is any different than:

fq=DateA:[2020-01-01 TO 2030-01-01]

The "op=Intersects" parameter that you have included appears to be
ignored by the parser code that I examined.

If my understanding of the documentation and the code is correct, then
you should be able to use this:

fq=DateB:[2000-01-01 TO 2020-01-01] OR DateA:[2020-01-01 TO 2030-01-01]

In my examples I have changed the URL encoded "+" character back to a
regular space.

Thanks,
Shawn

Reply via email to