We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the search attributes should have been added when using the temporal operator search-attribute create command back-to-back.
temporal operator search-attribute create
When executing the following command:
temporal operator search-attribute list | grep Custom CustomStringField Text
You can see that only one search attribute was added.
In the terminal, execute the following commands:
In testing, it looks like if you execute the following command:
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 would save all the search attributes.
The text was updated successfully, but these errors were encountered:
PR #4080 should fix the issue.
Sorry, something went wrong.
rodrigozhou
No branches or pull requests
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:
temporal operator search-attribute list | grep Custom CustomStringField Text
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
The text was updated successfully, but these errors were encountered: