Skip to content

Query string Filters syntax idea #115

@tb-mtg

Description

@tb-mtg

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]

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions