Add multiple filter condition in paramater

Currently this User 1 Filter 1 Num Val filter is equating the exact value of what ever the user input in the value field. Because ‘is equal to’ is the default value for the filter condition.

I want to add more options in the filter conditions like ‘less than’, ‘greater than’ etc.

This is the liquid parameter definition in LOOKML.

    parameter: user_1_filter_1_num_val {
      type: number
    }

Hopefully you can help me on this.