I have the following table called module_data. Currently it has three rows of entries:
id data 0ab5203b-9157-4934-
I Think it should be like
select * from module_data where data->>'$."title"' like '%Board%'
then only it worked for me.