Skip to content

Commit 35108e8

Browse files
authored
[ES|QL] Removes unsupported example from settings (elastic#239677)
## Summary AND / OR logix won't be supported on the tech preview so I am removing here the unsupported example
1 parent 6f61a00 commit 35108e8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • src/platform/packages/shared/kbn-esql-ast/src/commands_registry/commands/set

src/platform/packages/shared/kbn-esql-ast/src/commands_registry/commands/set/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ export const setCommand = {
2323
defaultMessage: 'Sets a query setting',
2424
}),
2525
declaration: `SET <setting> = <value>`,
26-
examples: [
27-
'SET project_routing = "_alias:_origin";',
28-
'SET project_routing = "_alias: *";',
29-
'SET project_routing = "_alias:* AND NOT _alias:_origin";',
30-
],
26+
examples: ['SET project_routing = "_alias:_origin";', 'SET project_routing = "_alias: *";'],
3127
hidden: process.env.NODE_ENV === 'test' ? false : true, // Temporary until making it GA
3228
preview: true,
3329
name: 'set',

0 commit comments

Comments
 (0)