Results 1 to 6 of 6
Thread: Multi query operations
Threaded View
-
05-08-2012 10:32 PM #1Junior Member
- Join Date
- May 2011
- Posts
- 20
Multi query operations
Hi,
It seems that I can’t call a multi query operation (OR operation) with Trends API. I tried:
but none of the settings above achieve an OR operation for ‘laptop bags’ OR ‘laptop case’.Code:query: laptop bags | laptop case query: @keyword laptop bags | laptop case query: array(‘laptop bags’, ‘laptop case’) extendedQuery: laptop bags | laptop case extendedQuery: @keyword laptop bags | laptop case filterKeyword: laptop bags | laptop case filterKeyword: array(‘laptop bags’, ‘laptop case’)
returned a result. Though it seems it was a right method to do an OR operation, but it wasn’t. The result was not an OR operation for ‘laptop bags’ result OR ‘laptop case’ result. If I add an empty result query in it, eg:Code:query: laptop bags | laptop case
it will return an empty result.Code:query: laptop bags | laptop case | asdfjkasdf
What is the method / parameter to set a multi query operation (OR operation) within Trends API (API Ver. 2.0.8)?
Thanks

Reply With Quote