This commit is contained in:
clokep 2023-10-02 15:06:43 +00:00
parent 8dfc086417
commit 60cd039dec
4 changed files with 4 additions and 4 deletions

View file

@ -9530,7 +9530,7 @@ same text, and maps some &quot;roughly equivalent&quot; 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -228,7 +228,7 @@ same text, and maps some &quot;roughly equivalent&quot; 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