LastDragon-ru / lara-asp

Awesome Set of Packages for Laravel
MIT License
11 stars 1 forks source link

`@searchBy` `SearchByScalarDateTimeOrNull` does not have inputs `lessThan`, `greaterThan`, `lessThanOrEqual`, `greatherThanOrEqual` #32

Closed webard closed 2 years ago

webard commented 2 years ago

Hi,

like in title. That operations are possible in SQL, so there is no reason why these fields should not be available.

LastDragon-ru commented 2 years ago

Hello. Package doesn't contains any operators for DateTime scalar, so you need to publish config and add desired operators as described in the docs

webard commented 2 years ago

Sorry, my bad. Of course you are right, everything is configurable, I missed it.