Mysql fulltext search, include date into rank -



Mysql fulltext search, include date into rank -

is possible include date search rank in way?

update, expand question

right doing following, using ln of datediff multiplier add together weight current news:

select title,description,full_text,created, match(title,description,full_text) against ('patient molecular')*1/ln(datediff(now(),created)) rank articles match(title,description,full_text) against ('patient molecular')*1/ln(datediff(now(),created)) order rank desc

but maybe there way include date rank native way?

mysql

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -