Skip to content

Commit

Permalink
Merge pull request #3498 from vespa-engine/theodorkl/fixAnnotationSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune authored Nov 22, 2024
2 parents 87fbdf2 + 887408e commit 7d2bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/query-language-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ <h3 id="annotations-of-sub-expressions">Annotations of sub-expressions</h3>
Consider the following query:
</p>
<pre>
select * from sources * where ({stem: false}(foo contains "a" and bar contains "b")) or foo contains {stem: false}"c"
select * from sources * where ({stem: false}(foo contains "a" and bar contains "b")) or foo contains ({stem: false}"c")
</pre>
<p>
The "stem" annotation controls whether a given term should be stemmed if its
Expand Down

0 comments on commit 7d2bdf8

Please sign in to comment.