exception0x876
exception0x876
Comments
-
You can still achieve it using MySQL FULLTEXT (not really, see update below) It supports wildcard search for words suffixes so you could search like this MATCH(column) AGAINST('term*' IN BOOLEAN MODE) If you want to search for wildcard prefix as well, you can create another column that will contain reversed words of the…
-
Thanks guys I am in.