]> cat aescling's git repositories - mastodon.git/commit
Change hashtag search to only return results that have trended in the past (#11448)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 30 Jul 2019 18:29:50 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 18:29:50 +0000 (20:29 +0200)
commit92de439c04785530ce15f55cae18590136c75216
tree1700bc07eb1750671049e6d5f96126200ad9ceea
parentff789a751a1c730e4d808410411196b76caff39c
Change hashtag search to only return results that have trended in the past (#11448)

* Change hashtag search to only return results that have trended in the past

A way to eliminate typos and other one-off "junk" results

* Fix excluding exact matches that don't have a score

* Fix tests
app/models/tag.rb
spec/models/tag_spec.rb