rest-query-parser
rest-query-parser copied to clipboard
Add support for float type
Adds support for float field type.
myfield:float --> float32
@fkollmann thank you for your PR. Please fix readme file and I'll merge it.
@timsolov Can you elaborate on "fix readme"? From my POV the readme was updated. What needs to be changed from your POV?
I don't see any changes in README it also contain float - integer type. . But also from my POV as in Go we don't have simple float type (like int for integers) we've to use here explicitly type like float32 or float64 and have to support both.