Seofilter db table has json column named category_ids. I wanna query where value exists in json col.
And not querying all the row and get their jsoncol value then explode etc, I wanna do it with less query to server because of server loads.
for example [{60, 59, 57}] or [{55, 58, 60}] so 60 exists both of them.