• Vincent Pelletier's avatar
    ZSQLCatalog: Lift item type limitation · 40a4cdc7
    Vincent Pelletier authored
    Allows searching for, for example:
      some_relation_uid=[123, None]
    without having to resort to:
      ComplexQuery(
        SimpleQuery(some_relation_uid=123),
        SimpleQuery(some_relation_uid=None),
        logical_operator='OR',
      )
    40a4cdc7
SearchKey.py 13.2 KB