diff --git a/src/routes/(search-page)/lander.svelte b/src/routes/(search-page)/lander.svelte index 202aca3..5fda408 100644 --- a/src/routes/(search-page)/lander.svelte +++ b/src/routes/(search-page)/lander.svelte @@ -134,10 +134,11 @@
- As described above, expressions are conjunctive by default. A
- file must have at least one match for each expression to be included in
- the query results. Expressions may be made disjunctive by joining
- them with the special expression infix operator
- or
. or
as a literal
- expression and not as an operator, double quote it:
-
- Expressions can be logically grouped with parentheses:
-
- To complete the boolean logic, expressions can be negated with a leading
- dash.
+ As described above, expressions are conjunctive by default: a
+ file must have at least one match for each expression to be included in
+ the query results. Expressions may be made disjunctive by
+ joining them with the special expression infix operator or
.
+ or
as a literal expression and not as an operator,
+ double quote it:
+ Expressions can be logically grouped with parentheses:
+ To complete the boolean logic, expressions can be negated with a leading
+ dash.
+ Finally, note that the boolean logic described above applies to prefix
+ expressions just like normal ones: