I asked a question before but I need a bit more information. I found this great snippet for searching FAQ items:
I want to find a question containing “round and “Earth”. However, if I type “round Earth” in looks specifically for “round Earth” which it cant find. I want it to be an “AND” query.
Would this be an easy modification?
you need to search for each term individually, and build up a query.
Update: Here’s a fiddle for you, with added case-insensitivity
http://jsfiddle.net/pT6dB/