You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Eugen Rochko 8fdff2748f
Add more accurate account search (#11537)
* Add more accurate account search

When ElasticSearch is available, a more accurate search is implemented:

- Using edge n-gram index for acct and display name
- Using asciifolding and cjk width normalization on display names
- Using Gaussian decay on account activity for additional scoring (recency)
- Using followers/friends ratio for additional scoring (spamminess)
- Using followers number for additional scoring (size)

The exact match precedence only takes effect when the input conforms
to the username format and the username part of it is complete, i.e.
when the user started typing the domain part.

* Support single-letter usernames

* Fix tests

* Fix not picking up account updates

* Add weights and normalization for scores, skip zero terms queries

* Use local counts for accounts index, adjust search parameters

* Fix mistakes

* Using updated_at of accounts is inadequate for remote accounts
5 years ago
..
controllers Bump faker from 1.9.6 to 2.1.0 and update faker api (#11489) 5 years ago
fabricators Bump faker from 1.9.6 to 2.1.0 and update faker api (#11489) 5 years ago
features
fixtures
helpers
lib
mailers
models Bump faker from 1.9.6 to 2.1.0 and update faker api (#11489) 5 years ago
policies
presenters
requests
routing
serializers/activitypub
services Add more accurate account search (#11537) 5 years ago
support
validators
views
workers Add domain block notes (#11515) 5 years ago
rails_helper.rb
spec_helper.rb