Burgov / KeyValueFormBundle

A form type for managing key-value pairs
MIT License
44 stars 32 forks source link

Query over multivalue assoc field #27

Open milosnovi opened 7 years ago

milosnovi commented 7 years ago

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