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

Methods in PGroongaLinqExtensions need to be extended on object, not string to support jsonb query #6

Open
rwasef1830 opened this issue Nov 29, 2021 · 2 comments

Comments

@rwasef1830
Copy link

The methods in PGroongaLinqExtensions are unnecessarily restricted to be on type string, which prevents querying pgroonga indices defined on object properties (with [Column(Type="jsonb")])

@rwasef1830
Copy link
Author

@kinosang this is a simple change but it will remove a chock full of workarounds for me.

@kinosang
Copy link
Contributor

back to time when this project created, Array and JSONB support in Npgsql.EFCore are too weak, so there's restriction on the extensions. I'm planing to move to .net 6 and new Npgsql.EFCore, after do so it may be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants