mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 18:34:52 -04:00
Trailing whitespace
This commit is contained in:
parent
8fd8e72cec
commit
3de46c7755
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class SearchStore(BackgroundUpdateStore):
|
||||||
# We want to use the full text search index on event_search to
|
# We want to use the full text search index on event_search to
|
||||||
# extract all possible matches first, then lookup those matches
|
# extract all possible matches first, then lookup those matches
|
||||||
# in the events table to get the topological ordering. We need
|
# in the events table to get the topological ordering. We need
|
||||||
# to use the indexes in this order because sqlite refuses to
|
# to use the indexes in this order because sqlite refuses to
|
||||||
# MATCH unless it uses the full text search index
|
# MATCH unless it uses the full text search index
|
||||||
sql = (
|
sql = (
|
||||||
"SELECT rank(matchinfo) as rank, room_id, event_id,"
|
"SELECT rank(matchinfo) as rank, room_id, event_id,"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue