Defect #32546 ยป fix-relation-query-ops.patch
app/models/query.rb | ||
---|---|---|
276 | 276 |
:text => [ "~", "!~", "!*", "*" ], |
277 | 277 |
:integer => [ "=", ">=", "<=", "><", "!*", "*" ], |
278 | 278 |
:float => [ "=", ">=", "<=", "><", "!*", "*" ], |
279 |
:relation => ["=", "=p", "=!p", "!p", "*o", "!o", "!*", "*"], |
|
279 |
:relation => ["=", "!", "=p", "=!p", "!p", "*o", "!o", "!*", "*"],
|
|
280 | 280 |
:tree => ["=", "~", "!*", "*"] |
281 | 281 |
} |
282 | 282 |