aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/activity/search.ex
AgeCommit message (Collapse)Author
2020-12-22Search: Only skip ordering the rum index.lain
2020-12-22Activity search: Fix order of resultslain
Greatly speeds up the search for RUM.
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-01-21exclude blocked user posts from search resultsMaksim Pechnikov
2019-12-09status search: prefer the status fetched by url over other resultsrinpatch
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-06-12Remove search result order for non-RUM indexesEgor Kislitsyn
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn
2019-06-06[#943] Make the unauthenticated users limitation optionalEgor
2019-06-05Contain search for unauthenticated usersEgor Kislitsyn