Which IIQ version are you inquiring about?
8.4
Share all details about your problem, including any error messages you may have received.
Long story short, we want to add attribute “value” as a search criteria in Manage Access search bar and keep ‘Contains’ as a MatchMode setting.
And here’s the problem, we can’t find the setting that is responsible for that, like in UIConfig there’s a setting for Identity search(identitySearchAttributes) and it seems to be working correctly even in Manage Access’s Select Users page but for Access search there’s no option that could increase the number of attributes that are used for search.
We tried usuing Full Text Search and it solves the issue of the “search not using ‘value’ attribute” but it isn’t using Contains as a MatchMode setting. What it seems to do, is separating analyzed fields, splitting them by spaces and using Starts With for each of them.
So here’s the question(s) is there a setting that we are not aware of that could increase the number of attributes that are used for search? Is there a way to force Full Text Search to use Contains after it splits the string? Do you have any propositions of how we can solve this problem?