Search code examples
cakephpsortingsearchcakephp-2.1relevance

CakePHP search by relevance


I am developing a job site, where I want to search through job ads by relevance, I have fields such as job title, job_text for example. now lets say a person searches for cakephp, I would like to get results for cakephp first, and then after them say php which also matches, but cakephp is obviously the most relevant. how can I do this?


Solution

  • The best way I found to do what I was trying to at that stage was to integrate with apache solr or some similar search engine.