I need to implement FULLTEXT search in PHP. I have such a logic:
"MATCH (sub_text) AGAINST (:search_query IN BOOLEAN MODE) AS relevance
I ha