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
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")])
The text was updated successfully, but these errors were encountered:
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.
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")]
)The text was updated successfully, but these errors were encountered: