Share all details related to your problem, including any error messages you may have received.
Hi community,
It is possible to modify some configuration in the IIQ portal, so that the search mode can be changed for some sections of the portal such as “Entitlement Catalog” and “Roles”, so that it is done based on the content of the name (with a filter contains), and not with a “StartWith”.
The above so that the search for these objects can be performed, using any word that is within their name?
Additionally, is it possible that the role search (within the roles section) can be performed by the description field and not just by the role name?
for role you can update the SystemConfiguration searchInputDefinitions. There may be some option of ManagedAttribute but I didn’t find any option for ManagedAttribute.
I have tested it on 8.2 and 8.3 and it works. which version your are on ? may be close your browser or clear browser cache or restart the application server after making the change and then test it.
@HemantSingh, IIQ version is 8.3p3 (I also tested in another environment with 8.3p1).
I restarted tomcat, I closed the browser completely, I opened in private browsing and tried again (with different browsers), but I still can’t do the role queries (in Roles section) with another part of the role name.
Is there something missing in the configuration?
Thanks.
I see ANYWHERE search you have added works from “Role Search” not from “Role Navigation” as mentioned by @ Devin Rosenbauer. It was Role Search in my mind when I was responding to this.
I am sure if its possible straight forward to enable search of the description in role. the description is stored in LocalizedAttribute object and that is not available for search under Role Search.
If its really needed then I can give an idea or workaround but remember that I am not recommending this. You can create role extended attribute with name description or searchDescription and the some other process which reads the LocalizedAttribute on regular basis and updated the extended attribute with the LocalizedAttribute message and then you can try to enable the ANYWHERE search on newly create searchable index attribute. this may have some other limitation as well specially when you have implemented the localized description in language other than English also.