vartika
My feedback
-
761 votes
-
794 votes
Azure Cosmos DB supports the CONTAINS, STARTSWITH, and ENDSWITH built-in functions which are equivalent to LIKE.
We are planning to add support for LIKE since this is a top requested item, but meanwhile, please use the other equivalent keywords.
vartika commented
how to do wildcard search within url parameters. while the data is stored in Azure cosmos DB & the url is passed through Postman. I am using the spring data cosmosDb api.
I had tried the url :http://ip address/devices?name=device.* but it consider the asteric as string not the wildcard character. Can anyone help me on this.Thanks in advance.
is the case insensitive search can work with wildcard search (startswith, endswith or contains). this is the essential feature i need.