Closed raffis closed 5 years ago
Ucs can only handle wildcard search request.
If a search for 'foobar' is done, and Ucs has two records named 'foobar' and 'foobar2' both will get returned.
The Ucs endpoint must search all found records and match a single one.
Add any other context about the problem here.
Describe the change
Ucs can only handle wildcard search request.
Current situation
If a search for 'foobar' is done, and Ucs has two records named 'foobar' and 'foobar2' both will get returned.
Should
The Ucs endpoint must search all found records and match a single one.
Additional context
Add any other context about the problem here.