candoumbe / candoumbe/DataFilters

Query string Filters syntax idea

Open
#115 5 comments 0 reactions 1 assignee Claimed by @candoumbe View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.