Open dhiaayachi opened 2 months ago
Thank you for reporting this issue.
It looks like you've discovered a bug in the temporal operator search-attribute create
command.
It should have created all of the Search Attributes with the single command in your workaround.
We are currently working on resolving this issue and will update the documentation once it's fixed.
In the meantime, please use the workaround you've identified:
temporal operator search-attribute create \
--name CustomIntField --type Int \
--name CustomDatetimeField --type Datetime \
--name CustomKeywordField --type Keyword \
--name CustomBoolField --type Bool \
--name CustomDoubleField --type Double \
--name CustomStringField --type Text
This command will successfully create all the Search Attributes.
Expected Behavior
All the search attributes should have been added when using the
temporal operator search-attribute create
command back-to-back.Actual Behavior
When executing the following command:
You can see that only one search attribute was added.
Steps to Reproduce the Problem
In the terminal, execute the following commands:
Workaround
In testing, it looks like if you execute the following command:
This would save all the search attributes.
Specifications