We should support FILTER option in FT.SEARCH command. Syntax: ``` FILTER numeric_field min max [ FILTER numeric_field min max ...] ``` Filters can be combined on same and different indexed numeric field. Since we already have numeric index this feature should be prerequisite before #4536