[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
User can use BETWEEN and NOT BETWEEN keyword, example: product/search?price BETWEEN 10 AND 20.
it return prices greater than or equal to 10 and less than or equal to 20
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
User can use BETWEEN and NOT BETWEEN keyword, example: product/search?price BETWEEN 10 AND 20. it return prices greater than or equal to 10 and less than or equal to 20
Does this PR introduce a breaking change?
Other information