#/test/search | v_double >= 1.1234567890123456 /** count(3) **/ ; #/test/search | v_smalldouble >= 1.123456 /** count(3) **/ ; #/test/search | v_double > 1 /** count(3) **/ ; #/test/search | v_double = 1.1234567890123456 /** count(3) **/ ; #/test/search | v_double < 2 /** count(3) **/ ; #/test/search | v_double <= 1.1234567890123456 /** count(3) **/ ;