RE: Struggling SeachEngine
Hi,
Well actually, the problem is the other way around.
Find Requests shows me the right results, but the SearchEngine does not. Search Engine gives me way too much results.
Could it be that OperatorBeginsWith and OperatorOr are not a good combination?
In the end solved this by:
//ID's van categorien welke opgenomen moeten worden in de monitor
String catIds="13,10,34,28,6,23,8,29,17,12,56,24,58,22,25,5,35,32,145,26,7,";
se.addCriteria("ticket.category", "OperatorIn",catIds,"OperatorAnd",0);
But still don't know why it didn't work...