-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Current behavior
It is not possible to filter table columns with JSON format in the same way as other column types. Attempts to apply filters behave differently or fail.
Feature request
It would be useful to support filtering on JSON content just like on text columns. This would allow searching inside JSON values directly from the UI, without having to write custom queries.
Example
Being able to search within a JSON column for a specific value (e.g. finding rows where a JSON field contains "email":"something@example.com").
Steps to reproduce
- Database table with one column type "json" defined (in this example "field_differences")
- Tested with PostgreSQL
- Follow these steps:
Korrlub
Metadata
Metadata
Assignees
Labels
No labels