Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

allowing query separators to be a substring of a label key #552

Closed evyaffe closed 4 years ago

evyaffe commented 4 years ago

Pull Request Template

Motivation

When querying the DB using labelQuery for landscape_label the request fail because 'and' is considered a separator and is contained in landscape as a substring

Approach

The change is in the validation - we check for 'and' as a standalone word

Pull Request status