Hi
We are running a 8.2 environment and using the web portal for end users. Because we have a large number of products, we enabled the config parm "Common\DBConnection\WebListLimit" to show a maximum of 1000 records per index search. If the possible result is larger than the configured limit a warn icon is displayed near the index search input field. Because we have configured some additional conditions in the whereclause for the AccProductCandidate collection, in some cases we got a strange behavior. Because the final result shows a number of records that is lower than the configured limit, but the warn icon is still displayed.
From my point of view this happens, because the Application Server is not able to consider the additional condition configured in the web project. Therefore I am searching for a possibility to customize the scope of the index search. So, is there any chance to tell the Application Server which records should be put into the index cache and which one should be left out?
Regards
Sven