mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Trailing whitespace
This commit is contained in:
parent
8fd8e72cec
commit
3de46c7755
@ -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…
Reference in New Issue
Block a user