Blazor Data Filter: Define Data Types

Hello,

I really like the Query Builder/Data Filter control. I'm trying to find documentation on how to add custom filter options and how to determine the out-of-box behavior for determining which filters appear for particular data types.

My intent is to push the IQueryable result into a JSon array which I can post to an API and act on it.

For instance, I might want a filter type of 'More Awesome', where I define the logic of what is more awesome and what is less awesome.

The Filter would look like:

[Radzen][Is More Awesome than]['Enter competitor here']

The closest demo is:

Thank you.

I'm still unclear on how to add new/custom filter wording such as 'Is Better Than' or 'Is More Awesome Than'.