0

How to specify a language in the query

I wonder how to specify a search language in the different requests and especially those for search.web.

For example, how can I make a search in French for the word "pizza" :

select title,abstract from search.web where query="pizza" and language=?

Thanks by advance.

1 Reply
  • QUOTE (epicodie @ Feb 24 2009, 01:09 PM) <{POST_SNAPBACK}>
    I wonder how to specify a search language in the different requests and especially those for search.web.

    For example, how can I make a search in French for the word "pizza" :

    select title,abstract from search.web where query="pizza" and language=?

    Thanks by advance.


    Currently the language parameter is not exposed through the built-in search.web table in YQL. We will be updating the built-in table to include the values specified in the Universal BOSS API Arguments in the next release of YQL, however in the mean time you could explore defining your own search table using YQL Open Tables.
    0

Recent Posts

in YQL