-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
Team:DeveloperIssues owned by the Developer Docs TeamIssues owned by the Developer Docs Team
Description
Big sister issue of #2401
Complexity of fix
High, labor intensive. May need to be led by ESQL devs.
See elastic/elasticsearch#126279 for similar work.
What documentation pages are affected?
ESQL functions/operators syntax reference:
Description
Users can't easily find documentation for specific ES|QL functions because they're all grouped on single, long pages:
- Aggregation functions
- Grouping functions
- Conditional functions and expressions
- Date-time functions
- IP functions
- Math functions
- Search functions
- Spatial functions
- String functions
- Type conversion functions
- Multivalue functions
- Operators
The content is difficult to scan and search.
Proposed solution
Split function documentation into individual pages:
- Create dedicated pages for each ES|QL function
- Create dedicated pages for each ES|QL operator
- Ensure all existing links redirect to the new individual pages
Metadata
Metadata
Assignees
Labels
Team:DeveloperIssues owned by the Developer Docs TeamIssues owned by the Developer Docs Team