Is your feature request related to a problem? Please describe.
how to specify a default/only/allowed operator or operator set for reflected schema field filter? I know that i can set operator in template for filter form, but does that make filters with manually altered url other operators fail(ie when i change url manually)? Is there a way to hide url param denoting current operator? Is there a way to block different operators from being picked up from url? I've been looking at docs for flop/flop phoenix and couldnt find any solution to limit the amount of operators allowed for external user to use. Sorry if i missed something obvious(?)
Describe the solution you'd like
Select fields as filterable in @derive with their default operator/allowed operator set specified.
Describe alternatives you've considered
Dropping params for unwanted operators manually in handle params.
Is your feature request related to a problem? Please describe.
how to specify a default/only/allowed operator or operator set for reflected schema field filter? I know that i can set operator in template for filter form, but does that make filters with manually altered url other operators fail(ie when i change url manually)? Is there a way to hide url param denoting current operator? Is there a way to block different operators from being picked up from url? I've been looking at docs for flop/flop phoenix and couldnt find any solution to limit the amount of operators allowed for external user to use. Sorry if i missed something obvious(?)
Describe the solution you'd like
Select fields as filterable in @derive with their default operator/allowed operator set specified.
Describe alternatives you've considered
Dropping params for unwanted operators manually in handle params.