Skip to content

Commit

Permalink
Easier europe shop request
Browse files Browse the repository at this point in the history
  • Loading branch information
Calyhre committed Jun 6, 2017
1 parent 5f225d8 commit d5542f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/eshop/games/europe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ class Europe
fl: 'product_code_txt,title,date_from,nsuid_txt,image_url_sq_s',
fq: [
'type:GAME',
"(#{[
'system_type:"nintendoswitch_gamecard"',
'system_type:"nintendoswitch_downloadsoftware"',
'system_type:"nintendoswitch_digitaldistribution"',
].join(' OR ')})",
'system_type:nintendoswitch*',
'product_code_txt:*',
].join(' AND '),
q: '*',
Expand Down

0 comments on commit d5542f6

Please sign in to comment.