Versions in this module Expand all Collapse all v1 v1.0.1 Feb 10, 2022 Changes in this version + const EQ + const GT + const GTE + const LT + const LTE + const NEQ v1.0.0 Feb 10, 2022 Changes in this version + func NewQueryBuilder(expr string, queryFactory map[string]map[operator]queryGenerator) (*queryBuilder, error) + func RangeQueryGenerators(getBaseQuery func() *elastic.RangeQuery) map[operator]queryGenerator Other modules containing this package github.com/r4ve1/esqb/v2 github.com/r4ve1/esqb/v3