Skip to content

Commit 12d8885

Browse files
authored
docs(search): replace em dashes in KQL filter examples
1 parent 3ae610d commit 12d8885

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

api/openapi-spec/v1.0.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6521,10 +6521,10 @@ components:
65216521
query string can contain free-text keywords and property filters.
65226522
65236523
Examples:
6524-
- `budget report` free text search
6525-
- `mediatype:audio` filter by media type
6526-
- `audio.artist:"Pink Floyd"` filter by audio metadata
6527-
- `audio.genre:Rock AND audio.year:1979` combined filters
6524+
- `budget report`: free text search
6525+
- `mediatype:audio`: filter by media type
6526+
- `audio.artist:"Pink Floyd"`: filter by audio metadata
6527+
- `audio.genre:Rock AND audio.year:1979`: combined filters
65286528
aggregationOption:
65296529
type: object
65306530
description: |

0 commit comments

Comments
 (0)