package
0.42.0
Repository: https://github.com/go-rel/rel.git
Documentation: pkg.go.dev

# Variables

And compares other filters using and.
Eq expression field equal to value.
Fragment add custom filter.
Gt compares that left value is greater than to right value.
Gte compares that left value is greater than or equal to right value.
In check whethers value of the field is included in values.
InInt check whethers integer value of the field is included in values.
InString check whethers string value of the field is included in values.
InUint check whethers unsigned integer value of the field is included in values.
Like compares value of field to match string pattern.
Lt compares that left value is less than to right value.
Lte compares that left value is less than or equal to right value.
Ne compares that left value is not equal to right value.
Nil check whether field is nil.
Nin check whethers value of the field is not included in values.
NinInt check whethers integer value of the field is not included in values.
NinString check whethers string value of the field is not included in values.
NinUint check whethers unsigned integer value of the field is not included in values.
Not wraps filters using not.
NotLike compares value of field to not match string pattern.
NotNil check whether field is not nil.
Or compares other filters using or.