When you search “Stack Overflow”, Sphinx will not bring up results that match “Stackoverflow”
That’s because Sphinx indexes “Stackoverflow” as one word…whereas the query is two words.
Does anyone know how to fix this? (like Google…they can join the query !)
There’s no need to tamper with data being fed to Sphinx. All you need to do is to slightly modify the search request to Sphinx in your form processing code so that it contained various combinations of search terms and use SPH_MATCH_EXTENDED matching mode. In particular, for your example