theodo-fintech / spring-search

Provides advanced search capabilities to a JPA entity
MIT License
193 stars 44 forks source link

Feat/add between #78

Closed reifocS closed 9 months ago

reifocS commented 9 months ago

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