Hardcode filter logic for locating cards
This commit is contained in:
parent
c68acb53c8
commit
178f92e63a
|
@ -29,7 +29,7 @@ func MainCliLoop(db *sql.DB) {
|
||||||
// TODO: Make these do something and add the ability to modify them
|
// TODO: Make these do something and add the ability to modify them
|
||||||
var locateSearchCriteria logic.SearchCriteria = logic.SearchCriteria{
|
var locateSearchCriteria logic.SearchCriteria = logic.SearchCriteria{
|
||||||
SetCode: "",
|
SetCode: "",
|
||||||
Foil: logic.True,
|
Foil: logic.Either,
|
||||||
Promo: logic.Either,
|
Promo: logic.Either,
|
||||||
Language: "en",
|
Language: "en",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue