rest-query-parser icon indicating copy to clipboard operation
rest-query-parser copied to clipboard

Add support for float type

Open fkollmann opened this issue 4 years ago • 4 comments

Adds support for float field type.

myfield:float --> float32

fkollmann avatar Nov 23 '21 13:11 fkollmann

@fkollmann thank you for your PR. Please fix readme file and I'll merge it.

timsolov avatar Nov 24 '21 06:11 timsolov

@timsolov Can you elaborate on "fix readme"? From my POV the readme was updated. What needs to be changed from your POV?

fkollmann avatar Dec 02 '21 11:12 fkollmann

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.

timsolov avatar Oct 15 '22 06:10 timsolov