The wildcard queries in a local map service on a layer or table from an mpk do not seem to be working. If I create a query such at:
some_field like ‘%1%’
…and call the QueryFeaturesAsync method then zero records are always returned.
Has the wildcard character changed in Quartz?
Even if I query the endpoint that is spun up via a web browser then still no records are found.
Oddly, if I use:
some_field like ‘1%’
…(missing the first wildcard character) then records are returned.