Y
Hacker News
new
|
ask
|
show
|
jobs
by
gangster_dave
1147 days ago
Could you do boosting with Typesense, like favoring more recent results?
1 comments
jabo
1147 days ago
Yup. If you store timestamps as Unix timestamps you can gave Typesense sort on text match score and the timestamp field:
https://typesense.org/docs/guide/ranking-and-relevance.html#...
link