mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 16:56:04 -04:00
Tweak search query
This commit is contained in:
parent
02a6108235
commit
d5477c7afd
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class UserDirectoryStore(SQLBaseStore):
|
|||
INNER JOIN user_directory USING (user_id)
|
||||
WHERE vector @@ to_tsquery('english', ?)
|
||||
ORDER BY
|
||||
ts_rank_cd(vector, to_tsquery('english', ?)) DESC,
|
||||
ts_rank_cd(vector, to_tsquery('english', ?), 1) DESC,
|
||||
display_name IS NULL,
|
||||
avatar_url IS NULL
|
||||
LIMIT ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue