0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 23:02:40 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-08-31 19:13:08 +02:00
parent cd94857b13
commit 8658a6a97a
2 changed files with 48 additions and 31 deletions

View File

@@ -294,16 +294,16 @@ const VaultPage = (props) => {
</li>
<li>
You can use <code>-</code> to negate words, assuming
there is any word not negated, and <code>"word"</code>{' '}
there is any word not negated, and <code>"word"</code>
to specify an exact string.
</li>
<li>
Some words like a, after, through, itself, or here, are
ignored in searches, make sure your search has relevant
words. The full list can be found{' '}
words. The full list can be found &nbsp;
<a href="https://github.com/mongodb/mongo/blob/0e3b3ca8480ddddf5d0105d11a94bd4698335312/src/mongo/db/fts/stop_words_english.txt">
here
here
</a>
</li>
</ul>