Azure / Azure/data-api-builder
Feature parity for Filter on REST and GraphQL
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
It seems that on REST the filtering option are a bit less than on GraphQL.
- GraphQL: https://github.com/Azure/data-api-builder/blob/main/docs/graphql.md#filter
- REST: https://github.com/Azure/data-api-builder/blob/main/docs/rest.md#filter
for example, REST doesn't support `contains`, `isNull`, `startsWith` and so on.
Can we make sure REST is on par with GraphQL on this?
Contributor guide
Assessment
This issue has not been assessed yet.