Standard filter of a 'Currency' type field based on a range

Hi!
Suppose we have a ‘Currency’ type field (e.g. Price) in a doctype which is visible in Standard Filter. How can we filter all the items in the list based on a given range (e.g. between 1000.00 -2000.00)?

Add filter on the same filter twice with Greater Than and Less Than value.

Whether its possible to do such kind of range filtering in the search filter textbox of the field itself (section which is visible above the ‘Add Filter’ section) instead of clicking on the ‘Add Filter’ button and then selecting the field from dropdown and once filter using ‘<=’ and again filter using ‘>=’ ?

hey were you able to achieve this using just one standard filter?