Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODATA-1604 #201

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1885,7 +1885,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 @@ -3704,6 +3704,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 @@ -2314,6 +2314,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.
ralfhandl marked this conversation as resolved.
Show resolved Hide resolved
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