MySQL supports FULLTEXT indexes for MyISAM and InnoDB. Two modes: BOOLEAN (operators +, -, *) and NATURAL LANGUAGE (relevance ranking).
MATCH(title, body) AGAINST('opcache php' IN BOOLEAN MODE)For serious search — dedicated Lucene-based engines. They support stemming, faceted search, synonyms, typo-tolerance, and geo-search. Data is synchronised from the main DB via events.