diff options
author | devonh <devonh@users.noreply.github.com> | 2024-04-26 18:12:17 +0000 |
---|---|---|
committer | devonh <devonh@users.noreply.github.com> | 2024-04-26 18:12:17 +0000 |
commit | 7e1f7f4cdc0c5f24c75adcee139b3420a8584b09 (patch) | |
tree | 2a5f6fcb118b5c9de44bd04d393d4c1748bc09b2 /develop/user_directory.html | |
parent | deploy: 9c918739220bb548d9e5e5c2f5692c79bd38668d (diff) | |
download | synapse-7e1f7f4cdc0c5f24c75adcee139b3420a8584b09.tar.xz |
deploy: 0fd6b269d32340c367a67ee34b963c32da080697
Diffstat (limited to 'develop/user_directory.html')
-rw-r--r-- | develop/user_directory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/user_directory.html b/develop/user_directory.html index 3f90ad3ba7..e586234343 100644 --- a/develop/user_directory.html +++ b/develop/user_directory.html @@ -244,9 +244,9 @@ will be used to break the search term into words. (See the <li>If unavailable, then runs of ASCII characters, numbers, underscores, and hyphens are considered words.</li> </ul> -<p>The queries for PostgreSQL and SQLite are detailed below, by their overall goal +<p>The queries for PostgreSQL and SQLite are detailed below, but their overall goal is to find matching users, preferring users who are "real" (e.g. not bots, -not deactivated). It is assumed that real users will have an display name and +not deactivated). It is assumed that real users will have a display name and avatar set.</p> <h3 id="postgresql"><a class="header" href="#postgresql">PostgreSQL</a></h3> <p>The above words are then transformed into two queries:</p> |