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

Self-filtering option for individual filter #38

Merged
merged 6 commits into from
Dec 4, 2023
Merged

Self-filtering option for individual filter #38

merged 6 commits into from
Dec 4, 2023

Conversation

k-samuel
Copy link
Owner

@k-samuel k-samuel commented Dec 1, 2023

Self-filtering option for individual filter (disabled by default).

Feature Request
Advanced configuration for AggregationQuery, if enabled, then result for filter can contain only filter values.
Useful for cases with ValueIntersectionFilter (AND condition).

$filters[] = (new ValueIntersectionFilter('size', [12,32]))->selfFiltering(true);

@k-samuel k-samuel mentioned this pull request Dec 1, 2023
@k-samuel k-samuel merged commit d582dea into master Dec 4, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant