Use MySQL `WHERE ... LIKE` ([ref](https://dev.mysql.com/doc/refman/8.4/en/string-comparison-functions.html))to search string, instead of creating search terms. It will make database extremely huge.
Use MySQL
WHERE ... LIKE(ref)to search string, instead of creating search terms. It will make database extremely huge.