Tagged Questions
0
votes
1answer
305 views
Mysql match against alternative
I need a search with a relevance algorithm and the database is mysql. I have to sort the results by date, if keyword is in title or not, number of apparitions of the keyword in the text and so on.
...