-
-
Notifications
You must be signed in to change notification settings - Fork 958
Open
Description
Description
Looking at the PartialSearchFilter
| final class PartialSearchFilter implements FilterInterface, OpenApiParameterFilterInterface |
versus the previous SearchFilter
core/src/Doctrine/Orm/Filter/SearchFilter.php
Line 136 in bd3ed98
| final class SearchFilter extends AbstractFilter implements SearchFilterInterface |
it seems like the previous SearchFilter had more functionality and is more consistant that the new ExactFilter/PartialSearchFilter
- the exact strategy is handled by but does not provide a case-insensitive strategy
final class ExactFilter implements FilterInterface, OpenApiParameterFilterInterface - the partial strategy is handled by by the PartialSearchFilter but only in the case-insensitive strategy
- there is no StartFilter, no EndFilter, no WordFilter.
Is there a reason for such implementation ? @vinceAmstoutz @soyuka
For instance I would be interested by a isCaseSensitive option to the ExactFilter and the PartialSearchFilter.
Are you ok with this ?
Metadata
Metadata
Assignees
Labels
No labels