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

Entity query: support filtering by attribute value #949

Open
mxr576 opened this issue Oct 5, 2023 · 0 comments · May be fixed by #950
Open

Entity query: support filtering by attribute value #949

mxr576 opened this issue Oct 5, 2023 · 0 comments · May be fixed by #950
Labels
enhancement New feature or request

Comments

@mxr576
Copy link
Contributor

mxr576 commented Oct 5, 2023

Is your feature request related to a problem? Please describe.

Extend entity query support on Apigee entities with an option to filter them by attribute value.

Describe the solution you would like

Example.: $query->condition('attribute_value.access', 'private');

Describe alternatives you have considered

Later this feature can be extended to support filtering by other nested values as well. "." is also used a seperator in Drupal core for accessing a specific property inside a field in entity query.

Additional context

@mxr576 mxr576 added the enhancement New feature or request label Oct 5, 2023
@mxr576 mxr576 linked a pull request Oct 5, 2023 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

1 participant