+ Start a Discussion
Michael Johnson 29Michael Johnson 29 

Order by Relevance SOQL

Any idea how you can achieve an order by relevance clause in SOQL (similar to what returns by default in SOSL)? If not, is it possible to replicate the logic using some sort of custom class to parse and order the data? I may attempt doing this, but I wanted to see if anything out there existed already before spending too much time on it.