Home
last modified time | relevance | path

Searched hist:"53528 ecff38376f650c1d5d0935fec96610aab0f" (Results 1 – 5 of 5) sorted by relevance

/plugin/struct/types/
H A DText.php53528ecff38376f650c1d5d0935fec96610aab0f Wed Jul 27 10:31:05 UTC 2016 Andreas Gohr <gohr@cosmocode.de> allow multicolumn filters #124

when referencing a multi value column through the $STRUCT.<column>$
filter placeholder, all found values are used for the comparison using
an OR sub group.

To make this work some changes had to be introduced. You can only
reference _one_ column in a filter, not multiple. Anything before or
after the column placeholder will be applied to each value in the
multicolumn.

Types overrifding the filter() method need to make sure they handle
arrays in $value correctly.

H A DTag.php53528ecff38376f650c1d5d0935fec96610aab0f Wed Jul 27 10:31:05 UTC 2016 Andreas Gohr <gohr@cosmocode.de> allow multicolumn filters #124

when referencing a multi value column through the $STRUCT.<column>$
filter placeholder, all found values are used for the comparison using
an OR sub group.

To make this work some changes had to be introduced. You can only
reference _one_ column in a filter, not multiple. Anything before or
after the column placeholder will be applied to each value in the
multicolumn.

Types overrifding the filter() method need to make sure they handle
arrays in $value correctly.

H A DAbstractBaseType.php53528ecff38376f650c1d5d0935fec96610aab0f Wed Jul 27 10:31:05 UTC 2016 Andreas Gohr <gohr@cosmocode.de> allow multicolumn filters #124

when referencing a multi value column through the $STRUCT.<column>$
filter placeholder, all found values are used for the comparison using
an OR sub group.

To make this work some changes had to be introduced. You can only
reference _one_ column in a filter, not multiple. Anything before or
after the column placeholder will be applied to each value in the
multicolumn.

Types overrifding the filter() method need to make sure they handle
arrays in $value correctly.

/plugin/struct/meta/
H A DSearchConfig.php53528ecff38376f650c1d5d0935fec96610aab0f Wed Jul 27 10:31:05 UTC 2016 Andreas Gohr <gohr@cosmocode.de> allow multicolumn filters #124

when referencing a multi value column through the $STRUCT.<column>$
filter placeholder, all found values are used for the comparison using
an OR sub group.

To make this work some changes had to be introduced. You can only
reference _one_ column in a filter, not multiple. Anything before or
after the column placeholder will be applied to each value in the
multicolumn.

Types overrifding the filter() method need to make sure they handle
arrays in $value correctly.

H A DSearch.php53528ecff38376f650c1d5d0935fec96610aab0f Wed Jul 27 10:31:05 UTC 2016 Andreas Gohr <gohr@cosmocode.de> allow multicolumn filters #124

when referencing a multi value column through the $STRUCT.<column>$
filter placeholder, all found values are used for the comparison using
an OR sub group.

To make this work some changes had to be introduced. You can only
reference _one_ column in a filter, not multiple. Anything before or
after the column placeholder will be applied to each value in the
multicolumn.

Types overrifding the filter() method need to make sure they handle
arrays in $value correctly.