-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[WIP] ESQL docs: clarify duration aliases (minute vs month), case-insensitive, optional whitespace #136426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ve & optional whitespace Relates: elastic#135552
💚 CLA has been signed |
🔍 Preview links for changed docs |
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
Pinging @elastic/core-docs (Team:Docs) |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Closing in favor of #136448 |
@Zachary-hub thanks for your interest in contributing.
|
This is a docs-only change clarifying duration aliases in ESQL.
m
/mm
; minute:min
/mi
/n
; millisecond:ms
1m == 1 m
)Rationale: adding
m
as an alias for minute would be ambiguous withm
for month(case-insensitive matching + optional whitespace). Therefore we clarify the docs
and keep the current aliasing scheme.
Relates: #135552
Credit to @Wentao14614 for the initial observation.