core icon indicating copy to clipboard operation
core copied to clipboard

fix: fix PartialSearchFilter and ExactFilter

Open Coffee2CodeNL opened this issue 2 months ago • 0 comments

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 avatar Dec 01 '25 12:12 Coffee2CodeNL