Skip to content

Commit

Permalink
ODATA-1604 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored Nov 29, 2023
1 parent 57cd7b1 commit f534bf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ <h3 id="518-system-query-option-search"><a name="SystemQueryOptionsearch" href="
<pre><code>http://host/service/Products?$search=blue OR green</code></pre>
</div>
<h4 id="5181-search-expressions"><a name="SearchExpressions" href="#SearchExpressions">5.1.8.1 Search Expressions</a></h4>
<p>Search expressions are used within the <a href="#SystemQueryOptionsearch"><code>$search</code></a> system query option to request entities matching the specified expression.</p>
<p>Search expressions are used within the <a href="#SystemQueryOptionsearch"><code>$search</code></a> system query option to request entities matching the specified expression. Leading and trailing spaces are not considered part of the search expression.</p>
<p><em>Terms</em> can be any single word to be matched within the expression.</p>
<p>Terms enclosed in double-quotes comprise a <em>phrase</em>.</p>
<p>Each individual term or phrase comprises a Boolean expression that returns true if the term or phrase is matched, otherwise false. The semantics of what is considered a match is dependent upon the service.</p>
Expand Down
1 change: 1 addition & 0 deletions docs/odata-url-conventions/odata-url-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3716,6 +3716,7 @@ http://host/service/Products?$search=blue OR green
Search expressions are used within the
[`$search`](#SystemQueryOptionsearch) system query option to request
entities matching the specified expression.
Leading and trailing spaces are not considered part of the search expression.

*Terms* can be any single word to be matched within the expression.

Expand Down
1 change: 1 addition & 0 deletions odata-url-conventions/5 Query Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2317,6 +2317,7 @@ http://host/service/Products?$search=blue OR green
Search expressions are used within the
[`$search`](#SystemQueryOptionsearch) system query option to request
entities matching the specified expression.
Leading and trailing spaces are not considered part of the search expression.

*Terms* can be any single word to be matched within the expression.

Expand Down

0 comments on commit f534bf1

Please sign in to comment.