Closed FerriSaraber closed 5 years ago
I'll have some time to dig into it around 21 Jan. I would appreciate if you could add the test case above to ObjectPath tests file. Or even better help me by checking if this is an issue with Python or a bug in my code.
Should be fixed now.
A query looking for a specific float number will match the exact float and for some reason also the integer. E.g. looking for the number 9.891 will find 9.891 but also 9, however 9.8 will not be found.
Somehow the query does work if the value is converted into a float.