-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Is your task related to a problem? Please describe.
When doing an string search it seams the tool that not search in the full name of the entity/property.
For instance, when searching for the terms: threshold and exhaustion, I got the property:
capacityThresholdExhaustion with the first term (threshold), but not with the second term (exhaustion,).
besides of being the two terms as part of the full string.
Describe the solution you'd like
I need full string search, or at least a way to control the full search. This full string search should be done not only in the entity name, but also in prefName and description.
Describe alternatives you've considered
Additional context
As a part of a gap analysis on a standard specification (catenax) I have to do a search of terminology like:
Capacity threshold for exhaustion
In this case I do not now before hand which term exactly was used in entities or properties, if any.
Moreover, the aspect model can be as large as 300 elements, making very hard, and inappropriate a visual review.
In fact, the search should be able to include prefName and description.
I am proposing this as a task, because it seems this behavior is done so, and is not a bug.