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

Add support generating conditions with Index or Key in gridify-client #180

Open
alirezanet opened this issue Jun 22, 2024 · 2 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers gridify-client Issues related to the TypeScript client

Comments

@alirezanet
Copy link
Owner

alirezanet commented Jun 22, 2024

Details

Creating filters like the below examples should be possible via gridify-client

Property[index] = foo
Property[key] = bar

ListOfFoo[33] = bar
Dictionary[name] = john

so basically we need to support passing string or numeric values to [ ] in the field name.

@alirezanet alirezanet added enhancement New feature or request good first issue Good for newcomers gridify-client Issues related to the TypeScript client labels Jun 22, 2024
@moxplod
Copy link
Contributor

moxplod commented Aug 22, 2024

FYI - Dictionary is NOT supported by ef core yet. So won't work there.
Dictionary mapping was not covered by "primitive collections"

dotnet/efcore#29825

@alirezanet
Copy link
Owner Author

FYI - Dictionary is NOT supported by ef core yet. So won't work there. Dictionary mapping was not covered by "primitive collections"

dotnet/efcore#29825

That's fine. Gridify.EntityFramework is just an extension to the Gridify library. We can't limit ourselves to only what EF supports. EF users can simply ignore this feature ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers gridify-client Issues related to the TypeScript client
Projects
None yet
Development

No branches or pull requests

2 participants