Skip to content

Implement support for ranges #2

Open
@pspanja

Description

@pspanja

Ranges can be implemented as an extension with a custom Term token, but it would still be nice to have them in the base syntax. The way Elasticsearch defines them looks pretty nice:

  • inclusive: date:[2012-01-01 TO 2012-12-31]
  • exclusive: tag:{alpha TO omega}
  • one side unbounded: age:>10 age:>=10 age:<10 age:<=10

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions