Update API surface to use GLOB match type instead of PREFIX
Replace PREFIX with GLOB in GraphQL enum, MCP specification, CLI interactive prompts, and n8n node options. Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -60,12 +60,12 @@ export const description: INodeProperties[] = [
|
||||
value: 'EXACT',
|
||||
},
|
||||
{
|
||||
name: 'Prefix',
|
||||
value: 'PREFIX',
|
||||
name: 'Glob',
|
||||
value: 'GLOB',
|
||||
},
|
||||
],
|
||||
default: 'EXACT',
|
||||
description: 'How the pattern should be matched against tracker names',
|
||||
description: 'How the pattern should be matched against tracker names. GLOB uses * as wildcard.',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user