what is the query to use to search for text that matches the like operator.
I am asking about full text search query, which is of the form
SELECT * FROM eventlogging WHERE description_tsv @@ plainto_tsquery('mess');
I want results with "message" as well but right not it does not return anything