diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-28 11:44:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 11:44:10 -0400 |
commit | 81815e0561eea91dbf0c29731589fac2e6f98a40 (patch) | |
tree | 6f06ddfa096cf550f8a47b89a8ea5d448c56f95c /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-81815e0561eea91dbf0c29731589fac2e6f98a40.tar.xz |
Switch search SQL to triple-quote strings. (#14311)
For ease of reading we switch from concatenated strings to triple quote strings.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14311.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14311.feature b/changelog.d/14311.feature new file mode 100644 index 0000000000..94c8a83212 --- /dev/null +++ b/changelog.d/14311.feature @@ -0,0 +1 @@ +Allow use of postgres and sqllite full-text search operators in search queries. \ No newline at end of file |