Posted By:
adam_maz
Posted On:
Tuesday, October 10, 2006 10:51 AM
Hi,
I have boolean query, it looks like this:
query:+FIELDA:somevalue +DATE_FIELS:99991231235959999
and it is OK, nut when my query is:
query:+FIELDA:somevalue +(FIELDB:valueb FIELDB:valuec) +DATE_FIELS:99991231235959999
and it doesn't work. I have print out my index file and there is data contains fields FIELDB and FIELDC with values valuesb and valuec. What is wrong? Syntax is OK? Is it a bug?