Skip to content

Conversation

@Coffee2CodeNL
Copy link

Q A
Branch? 4.2
Tickets Closes #7478
License MIT

This fixes the PartialSearchFilter issue when using the new syntax:

'search[:property]'        => new QueryParameter(
                                filter    : new PartialSearchFilter(),
                                properties: ['name', 'color']
                            ),

@Coffee2CodeNL Coffee2CodeNL force-pushed the fix/partial-exact-filter branch from 7b5cd92 to c69c666 Compare December 1, 2025 12:49
@Coffee2CodeNL Coffee2CodeNL changed the base branch from main to 4.2 December 1, 2025 12:50
@Coffee2CodeNL Coffee2CodeNL force-pushed the fix/partial-exact-filter branch 3 times, most recently from 110857b to 6777dee Compare December 1, 2025 13:03
@Coffee2CodeNL Coffee2CodeNL force-pushed the fix/partial-exact-filter branch from 5d0a4f6 to 345ebd9 Compare December 1, 2025 13:09
@Coffee2CodeNL Coffee2CodeNL changed the title fix: fix PartialSearchFilter fix: fix PartialSearchFilter and ExactFilter Dec 1, 2025
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.

PartialSearchFilter and ExactFilter don't discover property name of filter with :property placeholder

1 participant