I have a service named prod-platform
When I try the following API call, I do not get the service in the result list.
https://api.pagerduty.com/services?limit=250&query=prod
However, the following call will return the service in the result list.
https://api.pagerduty.com/services?limit=250&query=prod-
Shouldn’t the first query return the service as well?
The interesting thing is that the Web UI returns the the result for both queries.