Skip to content

Commit 438efeb

Browse files
authored
docs(search): Add comment about wildcard operators (#16828)
Adding in a comment to not mention wildcard ops.
1 parent 83f76ac commit 438efeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/concepts/search/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ In the example above, the search query returns all Issues that are unresolved _a
120120

121121
#### Wildcard Character
122122

123+
{/* Internal note: Do not document wildcard operators on this page. Keep the
124+
query syntax docs limited to the supported public syntax we want customers to
125+
use. */}
126+
123127
Search supports the wildcard character `*` as a placeholder for specific characters and strings.
124128

125129
```

0 commit comments

Comments
 (0)