summaryrefslogtreecommitdiff
path: root/lib/pleroma/activity/search.ex
AgeCommit message (Expand)Author
2022-10-10Rename Activity.Search to Search.DatabaseSearchEkaterina Vaartis
2022-10-10Move add_to_index / remove_from_index to Pleroma.Actitivy.SearchEkaterina Vaartis
2022-10-10Initial meilisearch implementation, doesn't delete posts yetEkaterina Vaartis
2022-05-06LintTusooa Zhu
2022-05-06Make local-only statuses searchableTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2021-08-27Make activity search properly use GIN indexesTusooa Zhu
2021-08-12Activity.Search: fallback on status resolution on DB TimeoutHaelwenn (lanodan) Monnier
2021-02-06Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, priv...hyperion
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
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
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
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 async/await...Eugenij
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