Share all details about your problem, including any error messages you may have received.
I’m attempting to obtain the query originated from placing a query through the Manage Access searchbox (as can be seen in the previous screenshot).
My objective is to get the query length, to avoid the maxClauseCount is set to 1024 error, which only occurs when I actually introduce something in the searchbox (if I leave the searchbox blank I don’t face this issue).
How would I be able to get the query length originated from the searchbox? Is there any other way I can avoid the error?
when you serch on this searchbox, IIQ executes all the IdentitySelector rule you have configured in quicklinks population(if the user is in one or more quicklinks population) on idexed file stored into the application folder.
I get the previously mentioned error due to some users having a huge amount of entitlements which then create a query with too many boolean clauses when I write something in the Searchbox (e.g. the string “a” or “text” as shown in the screenshot above).