Skip to content
New issue

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

Common value instead of specific value for array #121

Open
cansuabes opened this issue Nov 13, 2019 · 1 comment
Open

Common value instead of specific value for array #121

cansuabes opened this issue Nov 13, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@cansuabes
Copy link

cansuabes commented Nov 13, 2019

Is it possible to use for some specific cases;
{
"key": "data->*->type",
"operator": "==",
"value": "location",
"type": "string"
},

instead of

{
"key": "data->0->type",
"operator": "==",
"value": "location",
"type": "string"
},

@prashanth-sams
Copy link
Owner

@cansuabes I propose a solution for this,

{
"key": "data",
"unit": "type"
"operator": "==",
"value": "location",
"type": "string"
},

I will push it soon; thank you!

@prashanth-sams prashanth-sams changed the title new requirement- is it possible to use common value instead of specific value for array Common value instead of specific value for array Dec 8, 2019
@prashanth-sams prashanth-sams added the enhancement New feature or request label Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants