social.metadata.moe/lib/pleroma/user
rinpatch 713b2187b9 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-18 14:56:14 +03:00
..
info.ex Change to use attachment only when fields do not exist 2019-08-25 01:28:38 +09:00
query.ex Fix/1019 correct count remote users 2019-07-09 17:36:35 +00:00
search.ex User search: Remove trigram and refactor the module 2019-10-18 14:56:14 +03:00
welcome_message.ex Add license/copyright to all project files 2019-07-10 05:13:23 +00:00