padatious icon indicating copy to clipboard operation
padatious copied to clipboard

Words after entity get matched too

Open tgru opened this issue 5 years ago • 0 comments

I have the following setup:

code.intent: (code|error) (|is) {code}

code.entity: ###

Example Phrase: How is code 404 named?

In this case "code.intent" triggers as expected only with 3-digit-numbers, but captures all words following the entity too. So in this example message.data['code'] returns "404 named" instead of only "404".

tgru avatar Apr 11 '20 13:04 tgru