Skip to content

Conversation

@VincentLanglet
Copy link
Contributor

Q A
Branch? main for feature
Tickets Closes #7651
License MIT
Doc PR api-platform/docs#...

use BackwardCompatibleFilterDescriptionTrait;
use OpenApiFilterTrait;

public function __construct(private readonly bool $caseInsensitive = true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function __construct(private readonly bool $caseInsensitive = true)
public function __construct(private readonly bool $caseSensitive = false)

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.

Provide a isCaseSensitive option to the ExactFilter/PartialSearchFilter

2 participants