Tagged Questions

0
votes
1answer
74 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. …
0
votes
1answer
105 views

mysql fulltext against()

I am trying to create a search page with MySQL fulltext. I have a search page with a textbox: < FORM NAME ="form1" METHOD ="POST" ACTION ="catalog.php?action="> I pass the user's input to …