Date: 09/26/07 (Web Development) Keywords: no keywords I'm working on a recruitment site, for which I purchased a base script and have modified it from there. I'm now working on the search function. I've never done any coding on searches before and although I've spent a good couple of hours trying to find the best solution I'm not really sure what to do with the code that's already in place. In short, the problem is that when you type for example 'bar work' you only get results which actually have those precise characters, i.e., right next to each other. Ideally the search needs to return results which contain only one or the other, as well as any where both words are present but not next to each other. if(get_param("job_description") != "") If anyone has any suggestions they would be greatly appreciated. I'm probably missing something obvious but I just don't know where to look! Thanks in advance.
|