scryfall / google-sheets

Custom =SCRYFALL() function for Google Sheets
72 stars 12 forks source link

Turn off Unique parameter #16

Closed bananahead4 closed 1 year ago

bananahead4 commented 1 year ago

Hello, is there a way to turn off the only unique card parameter in =SCRYFALL() function that is on by default?

I've filled in the entire function [SCRYFALL(query, fields, num_results, order, dir, unique)] but cant figure out what goes in the unique slot to let it call upon the same card when it shows up multiple times in a set.

bananahead4 commented 1 year ago

The line I have been using is the following:

=SCRYFALL("is:boosterfun set:UNF comet", "name collector_number colors prices.usd prices.usd_foil, card", 750, "price", "desc", FALSE)

This search should turn up 3 version of the card but is only showing one. I have tried change the FALSE to TRUE, 0, 1 and a few other strings to try and turn off the unique filter.

april commented 1 year ago

It behaves like Scryfall does, so you can add unique:prints and it should work.