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
I have a case where I want to have different list of fields for different rules. Example -
Rule1 : field1 (from fields {field1, field2, field3} ) = 'test_value1'
Rule2: fieldA (from fields {fieldA, fieldB, fieldC} ) = 'test_value1'
List of fields for Rule 2 changes from {field1, field2, field3} to {fieldA, fieldB, fieldC} iff field1 of Rule1 is selected.
As of now, there is only one list of fields that is accepted by the query config. Please give some pointers on how this can be achieved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a case where I want to have different list of fields for different rules.
Example -
Rule1 :
field1 (from fields {field1, field2, field3} ) = 'test_value1'
Rule2:
fieldA (from fields {fieldA, fieldB, fieldC} ) = 'test_value1'
List of fields for Rule 2 changes from {field1, field2, field3} to {fieldA, fieldB, fieldC} iff
field1 of Rule1 is selected.
As of now, there is only one list of fields that is accepted by the query config.
Please give some pointers on how this can be achieved.
The text was updated successfully, but these errors were encountered: