]> cat aescling's git repositories - mastodon.git/commit
Add hashtag score for better sorting of autosuggestions (#11427)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 30 Jul 2019 11:10:40 +0000 (13:10 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 11:10:40 +0000 (13:10 +0200)
commit648cdbc04a21580a89d337edb0f45308aff1b93f
tree74cd75e61d937583617e952ae92a07327021de03
parentb31b232edfcc7f04acf828bf6829ab716b290692
Add hashtag score for better sorting of autosuggestions (#11427)

* Add hashtag score for better sorting of autosuggestions

* Do not use `~<~` operator with no text_pattern_ops index
app/javascript/mastodon/reducers/compose.js
app/models/tag.rb
app/models/trending_tags.rb
db/migrate/20190729185330_add_score_to_tags.rb [new file with mode: 0644]
db/schema.rb