I’ve built a database using php and mysql.
I would like to be able to search a database field (column) in my database with a search engine.
Currently, I have a simple search that only finds exact matches for the string. So I just need a basic search engine that allows me to enter partial phrases, or even the phrase typed with the words in a different order.
Let me know if additional information is needed.