Skip to content

Commit d777e39

Browse files
authored
Live publish
2 parents 54010a0 + 60674a9 commit d777e39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

powerapps-docs/developer/data-platform/webapi/relevance-search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ The Lucene query syntax supports the following functionality:
180180
| Proximity search | Returns results where terms are within *x* words of each other, for more contextual results.<br/>For example, "airport hotel"\~5 returns results where "airport" and "hotel" are within five words of each other, thus boosting the chances of finding a hotel located close to an airport. |
181181
| Regular expression (regex) search | For example, /\[mh\]otel/ matches "motel" or "hotel". |
182182

183+
In order to use any of the search operators as part of the search text, escape the character by prefixing it with a single backslash (\\). Special characters that require escaping include the following: + - & | ! ( ) { } [ ] ^ " ~ * ? : \ /
184+
183185
### Example: basic search
184186

185187
Below is an example of a basic search request and response.

0 commit comments

Comments
 (0)