Skip to content

Commit fb2f127

Browse files
authored
Add a linefeed before notes
1 parent 43a6d98 commit fb2f127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,12 @@ The negative expression can be written in two ways:
133133

134134
A [text keyword](#text_keyword) can be a single word such as `ocean`. If the article contains `ocean` or `oceanographer`, the `ocean` fragment is highlighted.
135135
A [text keyword](#text_keyword) can also be successive words enclosed in quotes such as `"pacific ocean"`. If the article contains `pacific oceanographer`, the `pacific ocean` fragment is highlighted.
136+
136137
{: .note }
137138
> Due to incomplete implementation, the word is not correctly highlighted when a [stemmed](#word_stemming) variant is used. For example, if the user searches for _secured_, articles containing _security_ are displayed, however as _secured_ is not in the content, it is not highlighted.
138139
139140
If the searched word is prefixed by the negation `-`, it is not highlighted.
141+
140142
{: .note }
141143
> Due to incomplete implementation, the negation with `!` is not detected, so words negated in a such way are still highlighted. Use the `-` sign instead.
142144

0 commit comments

Comments
 (0)