How can I make MySQL multiple search words and multiple fields to search correctely
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-04-20T05:40:22Z
Indexed on
2010/04/20
5:43 UTC
Read the original article
Hit count: 273
mysql
|full-text-search
If user inserts search query "john doe new york", then search should find all those words form searched fields, if not all fields are not found, then that row shouldn't be selected at all, only rows that contain all those words should be included in search. How can I do that in MySQL?
© Stack Overflow or respective owner