Uh oh!
There was an error while loading. Please reload this page.
feat(pagination): Add UuidRangeFilter to allow Uuid cursors - #4689
feat(pagination): Add UuidRangeFilter to allow Uuid cursors#4689KDederichs wants to merge 13 commits into
Conversation
Xusifob
commented
Aug 16, 2022
Where is the status on this PR ? :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
nesl247
commented
Nov 4, 2022
This is still really needed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Xusifob
commented
Jan 4, 2023
this is still needed |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Xusifob
commented
Mar 6, 2023
This is still needed |
nesl247
commented
Mar 20, 2023
What’s preventing this from being merged? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
nesl247
commented
May 20, 2023
This is still needed. |
KDederichs
commented
Oct 27, 2023
@soyuka With the emergence and popularity of UUIDv7 this become rather relevant, at least if you try to do cursor based pagination with that. |
#5618 has reasons why this still hasn't been merged... |
# Conflicts: # .github/workflows/ci.yml # src/Doctrine/Common/Filter/RangeFilterTrait.php # src/Doctrine/Odm/Filter/RangeFilter.php # src/Doctrine/Orm/Filter/RangeFilter.php # tests/Fixtures/app/config/config_test.yml
soyuka
commented
Dec 5, 2025
I've reviewed this a bit and I really like the work, I'd like try to find some time to refactor/merge this. |
soyuka
commented
Mar 2, 2026
Closing a 4 years old pr is always a thing ! Thanks for putting time into this, I took the idea and modernized it to a new ComparisonFilter (coming in the 4.3 release). |
As requested in #4595 I moved the Uuid Range to be its own thing.
I hope I managed to catch all the services that need to be wired if not let me know!