Extract IMG_4566: Alice Is Missing base + Silent Falls expansion
Both resolve as unmatched by design — it's an RPG (geekdo rpgitem), so the boardgame search realistically returns nothing; empty-search stubs cover all five queries incl. truncation heads. Resolve also merged six duplicate reads across photos (Hebarceos -> Herbaceous et al.). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -98,6 +98,15 @@ SEARCHES: dict[str, list[tuple]] = {
|
||||
"History of the World": [(224, "History of the World", 1991, BG, "primary")],
|
||||
"Dungeon!": [(1339, "Dungeon!", 1975, BG, "primary")],
|
||||
"DUNGEON!": [(1339, "Dungeon!", 1975, BG, "primary")], # spelling drift
|
||||
# Alice Is Missing (IMG_4566) is an RPG — a geekdo rpgitem, so the
|
||||
# boardgame,boardgameexpansion search realistically returns nothing for
|
||||
# the full titles or any truncation head. It belongs on RPGGeek, not in
|
||||
# the BGG boardgame collection; expect these to stay unmatched.
|
||||
"ALICE IS MISSING: A SILENT ROLE PLAYING GAME": [],
|
||||
"ALICE IS MISSING: A SILENT ROLE PLAYING": [],
|
||||
"ALICE IS MISSING: SILENT FALLS EXPANSION": [],
|
||||
"ALICE IS MISSING": [],
|
||||
"ALICE IS": [],
|
||||
}
|
||||
|
||||
# ids-param -> [(bgg_id, name, year, type, owned, rank, [publishers])]
|
||||
|
||||
Reference in New Issue
Block a user