Followed by this tutorial i am trying to get all rows in my table with native json_search function
-- all arts with keyword starting 'f':
SELECT * FROM `cushbu_art` WHERE JSON_SEARCH(keyword,'all','f%')
But it returns empty row
Here is the values in keyword column ["funny"]