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

## Fixed adding natural sort filter #586

Merged
merged 1 commit into from
Sep 7, 2023
Merged

## Fixed adding natural sort filter #586

merged 1 commit into from
Sep 7, 2023

Conversation

binaryk
Copy link
Collaborator

@binaryk binaryk commented Sep 7, 2023

Fixed

adding natural sort filter

@what-the-diff
Copy link

what-the-diff bot commented Sep 7, 2023

PR Summary

  • Introduction of NaturalSortFilter
    A new file NaturalSortFilter.php has been added. This file contains a class whose function is to order data based on a specific criteria.

  • Testing and Assertion of the NaturalSortFilter
    In the 'SortableFilterTest.php' file, various additions have been made to test and verify the sorting functionality of the NaturalSortFilter class. A test method has been added which confirms that ordering can be done through this new class. Multiple test cases have been generated to confirm the proper ordering of the data.
    Also, existing tests have been updated to accommodate and reflect changes brought on by this new sorting method.

@binaryk binaryk merged commit 528b2dc into 8.x Sep 7, 2023
18 checks passed
@binaryk binaryk deleted the 8.1.6 branch September 7, 2023 07:48
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.

None yet

1 participant