Is it possible to make query with QueryBuilder which will mach multivalue assoc field by exact combination of index and value $qb->andWhere()->like()->field("a.testFieldAssoc1")->literal("key1=>value1")->end(); thx, Milos