vanilophp / framework

The truly Laravel E-commerce Framework
https://vanilo.io
MIT License
809 stars 102 forks source link

Add price based search filter #176

Closed mahdirezaei-dev closed 4 months ago

mahdirezaei-dev commented 4 months ago

I created a filter to search for products based on price by 3 methods:

After that, I wrote some tests to check the performance of the methods

mahdirezaei-dev commented 4 months ago

Is there any problem that you did not accept ?🤔 @fulopattila122

fulopattila122 commented 4 months ago

Thanks a lot! Will be released along with v4.1

fulopattila122 commented 4 months ago

I've amended the methods a little bit to avoid confusion:

This complies with PHP standard operator naming: https://www.php.net/manual/en/language.operators.comparison.php

image