When using the Manage Access → Manage User Access → Select Identity → Click Next button.
Searching for particular entitlements do not always work in some cases.
For example, let’s say I have an entitlement called “foo_bar_fizz_buzz”
When I use the following search phrases, I can find the entitlement I am looking for.
foo_bar_fizz_buzz
bar
foo_bar_fizz
bar_fizz
When I use these search phrases, the entitlement is not found.
buzz
_buzz
fizz_buzz
fizz
_fizz
I have run the Full Index Refresh task multiple times. How can I improve our searching, or get this fixed? Is there a wild card character such as search for *buzz?
Hey @balza - you need to go into debug > FullTextIndex and add this entry key to BundleManagedAttribute item and rerun the full text index task. It will allow you to get responses when using dashes or underscores in the entitlement or role names.