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

Provide debugging utility to evaluate conditions in Drupal filter #138

Open
dresslerdemos opened this issue May 21, 2024 · 0 comments
Open
Labels
feature Support for new functionality quality improvement Enhancement of existing features

Comments

@dresslerdemos
Copy link
Contributor

A Drupal filter may contain multiple conditions in various groups. Reading such a filter and interpreting it can become quite difficult.

For cases, in which the data source is accessible, a command (or at least the underlying class) could be provided, that evaluates all conditions in a given Filter against a specific entity ID the data source individually. The output would be the names of the conditions and groups, with a note for each if the condition did match or not. The results for the groups would be determined using the results of the corresponding conditions.

@dresslerdemos dresslerdemos added the quality improvement Enhancement of existing features label May 21, 2024
@joorei joorei added the feature Support for new functionality label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Support for new functionality quality improvement Enhancement of existing features
Projects
None yet
Development

No branches or pull requests

2 participants