headlesslaravel / finders

MIT License
0 stars 1 forks source link

Filter: greater than / less than #7

Open dillingham opened 2 years ago

dillingham commented 2 years ago
Filter::make('price_gte', 'price')->greaterThan()
Filter::make('price_tte', 'price')->lessThan()