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

Query to filter for other languages differents from English #368

Open
chileap opened this issue Mar 23, 2017 · 2 comments
Open

Query to filter for other languages differents from English #368

chileap opened this issue Mar 23, 2017 · 2 comments

Comments

@chileap
Copy link

chileap commented Mar 23, 2017

Hi,

Thanks for this useful gem! I have tried to query to check if customer is existed in QBO or not.

@customer_service.query("Select id From Customer where DisplayName = '#{display_name}'")

But I got errors back when name of customer is in other language different from English i.e: display_name = "珊珊 李". I wonder if there are any way to fix with that.

I am appreciated with your help.

@drewish
Copy link
Contributor

drewish commented Mar 23, 2017

Give #362 a look. It's got quotes from my support request to Intuit. They seem to say they don't support those queries which I found very disappointing. You might want to reach out to them as well.

@chileap
Copy link
Author

chileap commented Mar 23, 2017

@drewish Thanks for your reply. I might have to reach out it to them.

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

2 participants