Orion Context Broker Using Match Pattern with number
问题 For example I have a person like below. I wan to query person has phoneNumber contains "354". I will use the query like this.GET /v2/entities?q=phoneNumber~=354. So is it possible to do the query like this in orion context broker? As I have seen that the match pattern only support target property as string. Match pattern: ~=. The value matches a given pattern, expressed as a regular expression, e.g. color~=ow. For an entity to match, it must contain the target property (color) and the target