diff options
Diffstat (limited to 'develop/user_directory.html')
-rw-r--r-- | develop/user_directory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/user_directory.html b/develop/user_directory.html index 7b722da073..df4d710ab0 100644 --- a/develop/user_directory.html +++ b/develop/user_directory.html @@ -228,7 +228,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 |