Project

General

Profile

Defect #32546 ยป fix-relation-query-ops.patch

Alexander Achenbach, 2019-12-02 10:52

View differences:

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

  
    (1-1/1)