Skip to content
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

Debugging matching #95

Open
mdomans opened this issue May 26, 2016 · 0 comments
Open

Debugging matching #95

mdomans opened this issue May 26, 2016 · 0 comments

Comments

@mdomans
Copy link

mdomans commented May 26, 2016

Here's my problem. I'm sending a JSON encoded requests to twofishes server. It's deployed from github repo as is - totally vanilla, no changes. Twofishes is used to map users locations as provided in their profiles to geographical points. That's mapped automatically, no human interaction.

One request I'm sending contains such query: St. Paul and the other request contains a rather similar query: St. Paul, Minn..

The interesting part is that while the first one correctly maps to St. Paul in Minnesota, USA, the other maps to the city of Minden in Germany.

In other words, I'm asking is there any guide to debugging the differences between what I expect (a city in USA) and what I get (a city in Germany).

At this point any document specifying what's correct and what's not would be rather useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant