Question
ANZ
AU
Last activity: 8 Mar 2017 10:58 EST
CPM Case search fetching only 20 results
Hi All,
try {
pega.getSearcherAPI().search(myStepPage, tools.getParameterPage(), tools.getThread());
}
catch(com.pega.pegarules.priv.search.nextgen.FTSSearchQueryParseException pe) {
//BUG-182975 - Ignore the exception
}
catch(com.pega.pegarules.priv.search.nextgen.FTSException fe) {
oLog.error(fe.getMessage());
}
is fetching only 20 results. I have tried increasing pyMaxWork count to 100. Also, re-indexing is done. But if I search with case ID its fetching all the cases separately.