Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-18 | Order fts results by trigram | rinpatch | |
2019-10-18 | User search: Remove trigram and refactor the module | rinpatch | |
- 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-08-03 | Remove spaces from the domain search | Sergey Suprunenko | |
2019-07-11 | Extend Pleroma.Pagination to support offset-based pagination, use ↵ | Eugenij | |
async/await to execute status and account search in parallel | |||
2019-07-10 | support for idna domains | Alexander Strizhakov | |
2019-07-09 | change for local user search | Alexander Strizhakov | |
2019-07-05 | [#1043] fix search accounts. | Maksim | |
2019-06-14 | [#948] /api/v1/account_search added optional parameters (limit, offset, ↵ | Maksim | |
following) | |||
2019-06-11 | Add option to restrict all users to local content | Egor Kislitsyn | |
2019-06-06 | User Search: Boost friends more strongly. | lain | |
2019-06-06 | [#943] Make the unauthenticated users limitation optional | Egor | |
2019-06-05 | Limit search for unauthenticated users to local users only | Egor Kislitsyn | |