Monday, April 03, 2006
A search routine - my interpretation
//search for the term
"lost in space"
//remove small words and search
"lost space"
//reverse remaining words and search
"space lost"
//search for a single term
"space"
//and
"lost"
and that will account for most combinatations and should get a good result!
//search for the term
"lost in space"
//remove small words and search
"lost space"
//reverse remaining words and search
"space lost"
//search for a single term
"space"
//and
"lost"
and that will account for most combinatations and should get a good result!