akkoma/lib/pleroma/user
rinpatch c10ce113d4 User search: Remove trigram and refactor the module
- Remove trigram as it tends to rank garbage results highly, resulting
in it prioritized above fts, which gives actually decent results. ACKed
by kaniini and lain on irc.
- Remove a test for handling misspelled requests, since we no longer have
trigram
- Remove a test for searching users with `nil` display names, because it
is unrealistic, we don't accept usernames that are not >1 char strings
- Make rank boosting for followers/followees sane again, previous values
resulted in garbage matches getting on top just because the users are
followers/followees
2019-10-16 12:52:47 +03:00
..
info.ex Mastodon API: Add pleroma.unread_conversation_count to the Account entity 2019-10-05 20:12:00 +03:00
query.ex Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
search.ex User search: Remove trigram and refactor the module 2019-10-16 12:52:47 +03:00
welcome_message.ex Add license/copyright to all project files 2019-07-10 05:13:23 +00:00