The Best Buy Search allows to search products specifying weight , depth , length and using < and > operator. For example:
weight<4
However it seems that the API is using alpha sorting rather than actual numeric values comparison for those fields and operators.
for example it will consider that 11 < 4
Are there any way to force the API to properly evaluate those conditions ?