We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0235fb7 commit e26ae64Copy full SHA for e26ae64
fields.go
@@ -128,5 +128,8 @@ func (c *ComparativeString) Parse(query string) error {
128
// String returns this ComparativeString instance in the form of the query
129
// parameter that it came in on
130
func (c ComparativeString) String() string {
131
+ if c.Operator == "" {
132
+ c.Operator = ""
133
+ }
134
return fmt.Sprintf("%s%s", c.Operator, c.Str)
135
}
0 commit comments