I am having a problem with multiple field search in ydn-db. The problem is actually the same problem which mentioned here:
YDN-DB - Incorrect results using mixed data types with SortedMerge
So the user can choose multiple filter options from the form, and one of the options is the price range of the product (minimum and maximum price). The problem is filtering of range doesn't work for the sorted merge method. My question is what is the best way to implement such filter, and, is there any possibility to make range filter work for sorted merge method?