You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutoFilterer will allow choosing target property for comparison type. For example, your ToLowerContains comparison will be applied to Title but, Equal filter will be applied to Language
The Goal
Future of AutoFilterer aims to be a markup design pattern instead of using comparisons and binary operations.
Features
There are some planned features will be included in v3
Chaining Attributes
AutoFilterer will allow chaining multiple filter attributes with Binary operator attributes such as And & Or.
See following example
Comparision Selection
AutoFilterer will allow choosing target property for comparison type. For example, your ToLowerContains comparison will be applied to
Title
but, Equal filter will be applied toLanguage
The text was updated successfully, but these errors were encountered: