Commit graph

15 commits

Author SHA1 Message Date
Abdon Pijpelink
3768fa6148
[DOCS] ES|QL backtick changes in 8.13 (#103958) 2024-01-08 12:13:16 +01:00
Bogdan Pintea
6bb63f5861
ESQL: Add syntax clarifications on identifiers and literals (#101790)
Document the syntax for identifiers and literals.
2023-11-13 12:38:58 -05:00
AlexB
931dcae41d
Add improvements to the ES|QL docs (#101195)
Content and structural improvements to the ES|QL docs

---------

Co-authored-by: Alexandros Batsakis <abatsakis@splunk.com>
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-23 07:45:42 -07:00
Abdon Pijpelink
8ac4ba751e
Restructure ES|QL docs (#100806)
* Break out 'Limitations' into separate page

* Add REST API docs

* Restructure commands, functions, and operators refs

* Add placeholder for getting started guide

* Group 'Syntax', 'Metafields', and 'MV fields' under 'Language'

* Add placeholder for Kibana page

* Add link from landing page

* Apply uniform formatting to ACOS, CASE, and DATE_PARSE function refs

* Reword default LIMIT

* Add support for COUNT(*)

* Move 'Commands' and 'Functions and operators' to individual pages

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2023-10-17 17:36:14 +02:00
Abdon Pijpelink
d04c0f7976
Fix response for IS NULL (#98671)
The response shown for IS NULL here is actually the response for the IS NOT NULL snippet. This PR fixes that.
2023-08-21 13:20:36 +02:00
Nik Everett
44e61341f2
ESQL: COALESCE function (#98542)
This adds a `COALESCE` function that returns the first non-null value.
2023-08-17 13:51:44 -04:00
Andrei Stefan
014bd33f45
ESQL: replace the is_null function with IS NULL and IS NOT NULL predicates (#98412) 2023-08-16 20:19:40 +03:00
Abdon Pijpelink
02d62d29f4 Remove meta tags 2023-07-07 13:54:39 +02:00
Abdon Pijpelink
f4581bb4bd Change ESQL into ES|QL 2023-07-07 13:42:06 +02:00
Luigi Dell'Aquila
100ca0acca Rename PROJECT command to KEEP (ESQL-1282) 2023-06-19 13:06:44 +02:00
Nik Everett
74c97dd75b Add more docs for multivalue fields (ESQL-1252)
Describes how we fetch multivalued fields by default, return them as
json arrays, how the internal sort order is not guaranteed, how most
functions will turn them into null, and how some fields remove
duplicates on save.

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-06-09 08:42:02 -04:00
Bogdan Pintea
82a4715eca Add docs for the IN operator (ESQL-1216)
Document the IN operator.

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-06-03 04:53:01 +10:00
Abdon Pijpelink
a3ce029b60 Add metadata to each page 2023-05-11 17:14:11 +02:00
Abdon Pijpelink
7edabb1d0b Add LIKE and RLIKE. Move operators to syntax page 2023-05-01 15:47:26 +02:00
Abdon Pijpelink
1364f50cbf Edits 2023-04-17 11:18:51 +02:00