i have some custom filters directly inside my controller that used to work up to Kirby 3.4 but since i made the move to 3.5.3 they yield empty results. did anything change in the syntax (of PHP)?
To be honest, I would prefer to stick with the change we made and the second notation. The reason for the change is an accidental php method call if the field is named in a certain way. We can avoid this more easily with our change.
Ok, that’s understandable and totally fine for me! What would be the preferred way of avoiding global functions? Only thing i found was via extensions: Collection filters | Kirby?