microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

rest query language support #528

Open linux-code opened 4 years ago

linux-code commented 4 years ago

Hi,

We are having use case for search API and this search API can take list of inputs with name , operator and value. Could you please let me know if spring-data-cosmosdb supports rest query language?

kushagraThapar commented 4 years ago

I don't think it does. I have seen other customers building sql query from REST query and then calling search using the built sql query.

kushagraThapar commented 4 years ago

@linux-code - Were you able to use the workaround ? Or is this something you need support on spring-data-cosmosdb ?