MySQL Query: how does MATCH work with PDO?
Posted: Thu Jun 11, 2015 5:15 am
We are having a few problems with our search results on web site.
For example, if you was looking for a shirt, and it was titled "White Shirt Brand", but you searched for "white shirt black collar", it would not find that product, because the title isn't what you searched on.
I'm use there use to be a good way to find it, so that the words "white" and "shirt" were in the criteria and it found it.
How does this work with PDO queries?
For example, if you was looking for a shirt, and it was titled "White Shirt Brand", but you searched for "white shirt black collar", it would not find that product, because the title isn't what you searched on.
I'm use there use to be a good way to find it, so that the words "white" and "shirt" were in the criteria and it found it.
How does this work with PDO queries?