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 language. #93

Closed
iacercalixto opened this issue Jan 27, 2021 · 2 comments
Closed

Query language. #93

iacercalixto opened this issue Jan 27, 2021 · 2 comments

Comments

@iacercalixto
Copy link

It looks like I can only search using queries written in English, is that so? If it is, how to include an additional parameter in the search query to account for the query language? Thanks!

@arrrlo
Copy link
Owner

arrrlo commented Jan 27, 2021

you mean query as when you enter a phrase in q key?:

_search_params = {
    'q': '...',
}

google doesn't care which language you are using.
use any language you want.

@arrrlo arrrlo closed this as completed Feb 15, 2021
@ZobaJakColbert
Copy link

Hi, I want to find images with query "pies" in polish. But in polish pies means dog, and in english it's plural of pie. How to get pictures based of language?

I tried add to search_params
'lr': 'pl',
'hl': 'pl',
'gl': 'pl',

        but it doesn't work

This issue was closed.
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

3 participants