|
if (self::STRATEGY_EXACT === $strategy) { |
Can anyone explain me why a new property-name with suffix [] is added to the list of property descriptions when the match-type is exact (or when matching an association? Probably i am missing something very obvious here, but i could not deduct this from the existing documentation 🔢
core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php
Line 105 in e0e639e
Can anyone explain me why a new property-name with suffix
[]is added to the list of property descriptions when the match-type isexact(or when matching an association? Probably i am missing something very obvious here, but i could not deduct this from the existing documentation 🔢