I am working on a small library that enables users of a website to search and filter the records that are displayed. I’m currently designing the API but I need a good alternative name for these sort of filters that end-users use.
Our collection of libraries roughly conforms to the existing Zend naming conventions. That is, <Library>/Filter namespace is used for the kind of filters that you can attach to form elements to filter the contents of variables. So, I need another name for the kind of filters that you use to filter records or collections of objects.
Predicate