any-word search using LIKE %
问题 I have a database table which has a field firstname and a field lastname . I'm trying to implement an any-word search system using a search box where if let's say that we have a user named John Stanley Smith in the database (where firstname = John Stanley and lastname = Smith ), I want to be able to return John Stanley Smith if the user types any of the following: 1- Any letter which is part of John Stanley Smith (j, s, l, e, y, m, etc...) 2- Any word which is part of John Stanley Smith 3-