You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identified further edge cases in searching that are problematic:
partial string match (eg. endsWith) against a qualifiedName on a file-based asset needs to avoid including empty names for contextual items like host or file path, when these are not available in the partial string itself.
any match against a qualifiedName of a user needs to properly construct the search criteria since its _name is in fact the concatenation of the courtesy_title and full_name fields (cannot use the context, which will always be empty for these types, or _name alone to search).
The text was updated successfully, but these errors were encountered:
Identified further edge cases in searching that are problematic:
_name
is in fact the concatenation of thecourtesy_title
andfull_name
fields (cannot use the context, which will always be empty for these types, or _name alone to search).The text was updated successfully, but these errors were encountered: