summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-28 11:44:10 -0400
committerGitHub <noreply@github.com>2022-10-28 11:44:10 -0400
commit81815e0561eea91dbf0c29731589fac2e6f98a40 (patch)
tree6f06ddfa096cf550f8a47b89a8ea5d448c56f95c /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-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.feature1
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