diff options
author | lain <lain@soykaf.club> | 2020-11-19 16:13:53 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-19 16:13:53 +0100 |
commit | 1bad91cba207a9ffb900024cb4759cb5a6aa761a (patch) | |
tree | 6bd7ad79c2c0af15462460603018542fbd6e0841 | |
parent | a60242464e6a92bf6de46a1cf7877799de27a3ce (diff) | |
download | pleroma-1bad91cba207a9ffb900024cb4759cb5a6aa761a.tar.gz |
Changelog: Add info about the websearch option
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8658d5440..e3349a213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance. - Ability to view remote timelines, with ex. `/api/v1/timelines/public?instance=lain.com` and streams `public:remote` and `public:remote:media`. - The site title is now injected as a `title` tag like preloads or metadata. +- Added a configuration option to use the postgresql `websearch` function for more complicated search queries. <details> <summary>API Changes</summary> |