Custom operation on string

Hi support,
I need to know if it is possible to custom operations filter on attribute string field.
I have an entity with string attribute.
When I choose this attribute in filter section I have this operations:

=
in
non in
<>
doesn’t contain
is set
starts with
ends with.

This operation is standard and depend by attribute field.

I need to know if it is possibile to custom this default operations for add other conditions such as >= or <=

Thanks for response

Giuseppe

The filter component in CUBA is not easy to extend in this area.
I would recommend using a custom filter based on text fields and other regular components, together with a parameterized query and DataLoadCoordinator as explained in the docs.