We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been trying to use the given filters on JSON database fields in PostgreSQL but I keep getting the error
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts
But there is no obvious way to do any type of type casting. All I would like to do is to check if a JSON field contains a string.
Am I just doing something wrong or have JSON fields not been implemented?
The text was updated successfully, but these errors were encountered:
Looks like JSON Filtering is unsupported. Please can we have support for filtering JSON fields?
Sorry, something went wrong.
No branches or pull requests
I've been trying to use the given filters on JSON database fields in PostgreSQL but I keep getting the error
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts
But there is no obvious way to do any type of type casting. All I would like to do is to check if a JSON field contains a string.
Am I just doing something wrong or have JSON fields not been implemented?
The text was updated successfully, but these errors were encountered: