gyselroth / tubee

Data management engine with synchronization support
GNU General Public License v3.0
4 stars 4 forks source link

Ucs endpoint must check search response for equality #45

Closed raffis closed 5 years ago

raffis commented 5 years ago

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.