Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #52882 from mrbullwinkle/mrb_09_20_2018_query_shor…
…tform

fix query issue in response to GitHub issue
  • Loading branch information
PRMerger15 committed Sep 20, 2018
2 parents 7f5eca9 + a04c1ae commit 7e010a5
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -12,7 +12,7 @@ ms.workload: tbd
ms.tgt_pltfrm: ibiza
ms.devlang: na
ms.topic: conceptual
ms.date: 07/18/2018
ms.date: 09/20/2018
ms.author: mbullwin

---
Expand Down Expand Up @@ -119,8 +119,8 @@ Here are the search expressions you can use:
| Sample query | Effect |
| --- | --- |
| `apple` |Find all events in the time range whose fields include the word "apple" |
| `apple AND banana` |Find events that contain both words. Use capital "AND", not "and". |
| `apple OR banana`<br/>`apple banana` |Find events that contain either word. Use "OR", not "or".<br/>Short form. |
| `apple AND banana` <br/>`apple banana` |Find events that contain both words. Use capital "AND", not "and". |
| `apple OR banana` |Find events that contain either word. Use "OR", not "or".<br/>Short form. |
| `apple NOT banana` |Find events that contain one word but not the other. |

## Sampling
Expand Down

0 comments on commit 7e010a5

Please sign in to comment.