This is my SQL so far:
select * from table where table.json_info @> '{"search_tags":["hello", "world"]}'
And this works if the row has BOTH hello and world in the search_tags
I'm wondering if there is a way to include rows that have EITHER hello OR world and of course those that have both.
Thanks to all ahead of time!