You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: Successfully set-up DAB in a container app with connection to Azure SQL Database. Successfully able to call REST API endpoint for entities within .NET MAUI application. Unable to find support/documentation for utilising OData parameters beyond the built in basic filter operations.
Use case: Looking to use the additional $filter query parameters such as "contains", "startswith" and "endswith", for example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
First time posting and new to Azure DAB.
TL;DR: Successfully set-up DAB in a container app with connection to Azure SQL Database. Successfully able to call REST API endpoint for entities within .NET MAUI application. Unable to find support/documentation for utilising OData parameters beyond the built in basic filter operations.
Use case: Looking to use the additional $filter query parameters such as "contains", "startswith" and "endswith", for example:
https://endpoint.com/api/table?$filter=contains(CompanyName,'freds')Query: is this currently supported in the REST API model within DAB? Or is there an acknowledged/best practice workaround? Currently using v1.1.7.
Appericate all help/direction!
All reactions