Hi All,

could you help me please with multiple range filters on multi valued fields:
I have following dataset:
{
"p_happyDates":[
"1986-05-16T20:00:00Z",
"1875-04-29T21:57:56Z",
"1906-07-04T21:57:56Z"]
},
{
"p_happyDates":[
"1986-05-16T20:00:00Z",
"1975-10-31T21:57:56Z",
"1966-12-28T21:00:00Z"]
}
I apply filters:
&fq=(p_happyDates:[1975-10-31T00:00:00.000Z+TO+*]+AND+p_happyDates:[*+TO+1975-10-31T23:59:59.999Z])
I expect to see only second record.
Actually I see both records. Even if I add parameter q.op=AND - result is
the same.
Is this expected behavior or known issue for multivalued fields?

Best Regards,
Iana Bondarska

Reply via email to