When I type a 3-letter tag (example., IAM), no suggestion appears in the dropdown list. However, when I type a tag with 4+ letters, suggestions do appear.
Do you know where this minimum character threshold is configured (UIConfig or SystemConfiguration)? I’d like to allow autocomplete to work starting from 3 letters as well.
SailPoint will only re-query for tags when the input here is greater than or equal to 4 characters. If you have tags that are less than 4 characters, you can click the arrow to view and page through the tags in the dropdown
In IdentityIQ, tags must be a minimum of 3 characters in length, a 3-character tag (for example, IAM) is valid and searchable once created. According to SailPoint product documentation, tag configuration only defines valid tag length and characters. The documentation does not describe any configuration option in UIConfig or SystemConfiguration to control autocomplete behaviour. As a result, the Advanced Search tag autocomplete triggering at 4 or more characters is a UI-level behaviour and is not configurable.
@torry_salamat You can achieve this with injecting a javascript function (via plugin) to modify the minChars setting inside the config object before the real ExtJS code ever sees it. Then we pass the modified config to the original ExtJS constructor so the component still builds correctly.
I have tested this in my instance and is working fine. Please try creating a plugin and try this script.
Note: Found a fix? Help the community by marking the comment as solution. Feel free to react(, , etc.) with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.
TagSearchFixPlugin.zip (6.6 KB) @torry_salamat@santhirajumunganda Here is the plugin for your reference. I have only tested it in 8.5p1. Please test it out thoroughly before moving it to your environment and feel free to make any changes based on your use case.
Note: Found a fix? Help the community by marking the comment as solution. Feel free to react(, , etc.) with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.
@torry_salamat Please let us know if your issue is fixed after installing this plugin?
Note: Found a fix? Help the community by marking the comment as solution. Feel free to react(, , etc.) with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.