mastodon/spec
Eugen Rochko cc0a55cf9a
Add more accurate hashtag search (#11579)
* Add more accurate hashtag search

Using ElasticSearch to index hashtags with edge n-grams and score
them by usage within the last 7 days since last activity. Only
hashtags that have been reviewed and are listable can appear in
searches, unless they match the query exactly

* Fix search analyzer dropping non-ascii characters
2019-08-18 03:45:51 +02:00
..
controllers Fix blurhash and autoplay not working on public pages (#11585) 2019-08-16 19:15:05 +02:00
fabricators Bump faker from 1.9.6 to 2.1.0 and update faker api (#11489) 2019-08-06 15:33:03 +02:00
features Change unconfirmed user login behaviour (#11375) 2019-07-22 10:48:50 +02:00
fixtures
helpers Remove Atom feeds and old URLs in the form of GET /:username/updates/:id (#11247) 2019-07-07 16:16:51 +02:00
lib Fix boosting & unboosting preventing a boost from appearing in the TL (#11405) 2019-07-30 13:18:23 +02:00
mailers
models Add more accurate hashtag search (#11579) 2019-08-18 03:45:51 +02:00
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
presenters
requests Remove XML version of Webfinger and remove links to Atom feeds (#11460) 2019-08-01 19:14:02 +02:00
routing
serializers/activitypub
services Add more accurate account search (#11537) 2019-08-16 01:24:03 +02:00
support
validators Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
views
workers Add domain block notes (#11515) 2019-08-07 20:20:23 +02:00
rails_helper.rb
spec_helper.rb