Skip to content

Add a way to configure default strategy mode for the SearchFilter #6398

Open
@Simperfit

Description

@Simperfit

Description

As of today, in order to not have the by default exact strategy for the search filter, we have to add a custom filter to change the strategy. This occurs if we want to enables all properties on the filter.

Example

Could we use an option in order to remove the on default behaviour and be able to pass a default behaviour that suit the application.

$strategy = $this->properties[$property] ?? self::STRATEGY_EXACT;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions