candoumbe / candoumbe/DataFilters
Query string Filters syntax idea
Open
area: syntax
area: syntax-range
enhancement :sparkles:
grammar
up for grabs
- Dominant language
- C#
- Stars
- 33
- Forks
- 5
- Avg merge
- 15h 50m
- Merged PRs (30d)
- 17
Description
Firstly well done on an excellent project.
I would just like to make a suggestion of a change that might make the Query string syntax easier to read.
### Current Query string syntax:
- **Greater than or equal** :
> age=[18 TO *[
- & **Less than or equal** :
> age=]* TO 30]
### Suggested Query string syntax:
- **Greater than or equal** :
> age=[18 TO *]
- & **Less than or equal** :
> age=[* TO 30]
Contributor guide
Assessment
This issue has not been assessed yet.