As previously discussed, Column was probably a bad name choice for processor filters.
The alternatives are:
Field: represents correctly a field in all the underlying objects (from ORM, DBAL, PhpCr or others)
Filter: includes also non-field filters (order or other meta-fields)
My personal preference goes to Filter
As previously discussed,
Columnwas probably a bad name choice for processor filters.The alternatives are:
Field: represents correctly a field in all the underlying objects (from ORM, DBAL, PhpCr or others)Filter: includes also non-field filters (order or other meta-fields)My personal preference goes to
Filter