diff options
author | clokep <clokep@users.noreply.github.com> | 2023-10-02 15:06:43 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2023-10-02 15:06:43 +0000 |
commit | 60cd039deca9cf95f5e08205bd0d421628524078 (patch) | |
tree | 7ac58e4f16ed9aec61bf3ada4b159eea429815c3 /develop/print.html | |
parent | deploy: 5725712d477e41761aa89a79edd77d613c36a30a (diff) | |
download | synapse-60cd039deca9cf95f5e08205bd0d421628524078.tar.xz |
deploy: 127b940dc0806b8d74456d34e3f636ef1f6f1c68
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index e0ef8d41fd..eb930196d7 100644 --- a/develop/print.html +++ b/develop/print.html @@ -9530,7 +9530,7 @@ same text, and maps some "roughly equivalent" characters together.</p> available, then the system's <a href="https://unicode-org.github.io/icu/userguide/locale/#default-locales">default locale</a> will be used to break the search term into words. (See the <a href="setup/installation.html">installation instructions</a> for how to install ICU.)</li> -<li>If unavailable, then runs of ASCII characters, numbers, underscores, and hypens +<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 |