rode / grafeas-elasticsearch

An implementation of the Grafeas storage backend based on Elasticsearch
Apache License 2.0
12 stars 5 forks source link

Filtering: Support ">", "<", ">=", and "<=" operators #45

Closed matt2m closed 3 years ago

matt2m commented 3 years ago

These operators should only work on fields where these operators make sense. Specifically, we should be able to apply these operators to timestamp fields.