James L
05/02/2022, 11:47 PMname
is equal to foo
? My current hack in raw SQL for when I don't feel like parsing and filtering like an adult is a shameful display of hubris with items::TEXT ~ 'foo'
lol.
Data shape in the "items" column:
[
{
"name": "foo",
"value": "example_1"
},
{
"name": "bar",
"value": "example_2"
},
]
Nurul
05/05/2022, 4:44 PMJames L
05/06/2022, 12:34 AM