Searching for large numbers results in wrong results if integer values are used.
FIND Guitar with price>10000000000.0
has one match while FIND Guitar with price>10000000000
(without ".0") has none.
This is probably due to the fact that the integer is not converted correctly. (Larger than 32bit signed int?)