aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/activity/search.ex
AgeCommit message (Collapse)Author
2021-02-06Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, ↵hyperion
priv/repo/optional_migrations/rum_indexing/20190510135645_add_fts_index_to_objects_two.exs files
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-11-23Search: Save detected pg version in a persistent term.lain
2020-11-20Search: Change search method based on detected pg versionlain
2020-11-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearchlain
2020-11-19Search: Only skip ordering the rum index.lain
2020-11-19Search: Add option to search with the websearch functionlain
2020-11-19Activity 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