Bug 50543 - Make substring search configurable per property
Make substring search configurable per property
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - Domain management (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-11-26 11:46 CET by Florian Best
Modified: 2019-11-26 11:46 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?: Yes
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2019111521001001
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2019-11-26 11:46:46 CET
UMC-UDM currently always searches for substrings (*pattern*) and one doesn't have the possibility to deactivate this.

The example case was a syntax having choices like:
    ('On (critical)', u'On (critical)'),
    ('On', u'On'),
    ('On (uncritical)', u'On (uncritical)'), 

Searching for "on" also finds "on (critical)" and "on (uncritical)".