-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect handling geo-queries #187
Comments
Interesting, if you want to take a stab at it, this is happening here. |
Currently I'm handling it in pre middleware (change it back only for geojsons). |
Yes I was just pointing out the faulty code, feel free to send a PR :) |
Is the result of |
I posted the result I'm getting in devtools... so yeah I'm pretty sure. also I double checked. |
Sorry, I somehow completely overlooked the second screenshot. The issue is that we look specifically for numbers, which should be fixed in is-coordinates.
|
Do you have any release date for this? |
Probably sometimes this week, but nothing is set in stone. |
Any news on this issue @Zertz ? |
I've been quite busy lately, though I will take some open-source time Friday and/or this weekend :-) |
I'm counting on you! I've tried to fix it but I couldn't figure out how. By the way I'm not entirely sure this has anything to do with strings as I am sending my data as number and it is verified by the is-coordinates. I'm sending a query with the |
@Zertz have you any success with this issue? I'm going to use this library, and seems will deal with coordinates. |
Query from client:
Inside of req._ermQueryOptions:
Those $in operators are wrong :)
The text was updated successfully, but these errors were encountered: