diff options
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 |