Skip to content

Commit

Permalink
Update public/components/common/helpers/ppl_docs/language_structure/i…
Browse files Browse the repository at this point in the history
…dentifiers.ts

Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
  • Loading branch information
vagimeli and natebower authored Dec 6, 2023
1 parent 702e764 commit 808f61e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A delimited identifier is an identifier enclosed in backticks \`\` that contain
Common use cases for delimited identifiers include the following:
- Identifiers that coincide with reserved keywords
- Identifiers that coincide with reserved keywords.
- Identifiers that contain a dot \`.\` or a dash \`-\` need to be distinguished from regular identifiers with qualifiers. Enclosing such identifiers in backticks \`\` allows the parser to differentiate them from qualified identifiers and enables date information within index names.
- Identifiers with special characters, as OpenSearch permits the use of special characters, including Unicode characters, in index names.
Expand Down

0 comments on commit 808f61e

Please sign in to comment.