auto search

auto search

I have auto complete field which return data from database using ajax and php , but its return data when input string doesnt have space  for example (abcd )  what i want is when you enter (ab  cd) the system will return data if it exist for (ab) or for  (cd) , hope any one can help me what i must do to achieve this