diff options
author | Melvyn Laïly <melvyn.laily@gmail.com> | 2024-04-26 10:43:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 09:43:52 +0100 |
commit | 59710437e4a885252de5e5555fbcf42d223b092c (patch) | |
tree | 4801c0791fa120c743cb8679e82f5e909464bc78 /changelog.d | |
parent | Bump serde_json from 1.0.115 to 1.0.116 (#17112) (diff) | |
download | synapse-59710437e4a885252de5e5555fbcf42d223b092c.tar.xz |
Return the search terms as search highlights for SQLite instead of nothing (#17000)
Fixes https://github.com/element-hq/synapse/issues/16999 and https://github.com/element-hq/element-android/pull/8729 by returning the search terms as search highlights.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17000.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17000.bugfix b/changelog.d/17000.bugfix new file mode 100644 index 0000000000..86b21c9615 --- /dev/null +++ b/changelog.d/17000.bugfix @@ -0,0 +1 @@ +Fixed search feature of Element Android on homesevers using SQLite by returning search terms as search highlights. \ No newline at end of file |