silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
720 stars 822 forks source link

Finish implementing `WithinRangeFilter` class #11017

Open sabina-talipova opened 9 months ago

sabina-talipova commented 9 months ago

Description

WithinRangeFilter is marked as incomplete and requires test cases. It currently has no syntax for use in DataList::filter() and is very hard to add in any other context. We should finish the implementation of this filter, or consider removing it.

See: https://github.com/silverstripe/silverstripe-framework/blob/cf78a9d785b9959a92dfb52c2a456bea80a4c567/src/ORM/Filters/WithinRangeFilter.php#L10