Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement QueryProvider for converting from IQueryable to Json string #20

Closed
piotrczyz opened this issue May 15, 2023 · 0 comments · Fixed by #23
Closed

Implement QueryProvider for converting from IQueryable to Json string #20

piotrczyz opened this issue May 15, 2023 · 0 comments · Fixed by #23
Assignees

Comments

@piotrczyz
Copy link
Member

We already have a json parser for Directus format and we need an implementation of a QueryProvider that will be used for conversion from IQueryable to a query string.

Check the implementation of a QueryProvider here:
https://github.com/bcc-code/bcc-core-api/tree/main/sdk/dotnet/src

We want to copy that part into this repository and make it available for all projects using rule-filter-parser-dotnet nuget package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
2 participants