Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Like and Unlike filter classes for wildcard characters match #33

Merged
merged 1 commit into from
May 12, 2022

Conversation

raviks789
Copy link
Contributor

Correspondingly introduce Filter::similar, Filter::matchSimilar, Filter::unlike and Filter::matchUnlike methods.
Also, remove wildcard character matching from Filter::equal and Filter::unequal methods.

src/Filter.php Outdated Show resolved Hide resolved
src/Filter.php Outdated Show resolved Hide resolved
tests/FilterTest.php Show resolved Hide resolved
…atch

Correspondingly introduce Filter::similar, Filter::matchSimilar, Filter::unlike and Filter::matchUnlike methods.
Also, remove wildcard character match from Filter::equal and Filter::unequal methods.
@raviks789 raviks789 force-pushed the fix/match-filter-wildard branch from 315c363 to a1a4633 Compare May 10, 2022 08:21
@raviks789 raviks789 requested a review from nilmerg May 10, 2022 09:31
@nilmerg nilmerg added the enhancement New feature or request label May 11, 2022
@nilmerg nilmerg added this to the v0.12.0 milestone May 12, 2022
@nilmerg nilmerg merged commit 744e683 into master May 12, 2022
@nilmerg nilmerg deleted the fix/match-filter-wildard branch May 12, 2022 15:09
@nilmerg nilmerg changed the title Introduce Similar and Unlike filter classes for wildcard characters match Introduce Like and Unlike filter classes for wildcard characters match May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla/signed enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants