{
  "_comment": [
    "Search aliases. The single maintained source of truth for what a typed",
    "shorthand should surface. Fetched once by assets/search.js the first time",
    "the search overlay opens, so editing this file is the whole workflow -",
    "no code change, no rebuild.",
    "",
    "KEY   = the exact title of a category or album as it exists in Shopify.",
    "        If a key does not match a real collection title it is ignored.",
    "VALUE = things a person might actually type for it.",
    "",
    "MATCHING (assets/search.js):",
    "  an alias hits when the alias starts with what has been typed",
    "  (2 characters minimum, so 't' does not fire everything), or when what",
    "  has been typed starts with the alias. Aliases of 3+ characters are ALSO",
    "  tested against product titles, which is how 'joggers' surfaces the",
    "  sweatpant and 'tsh' surfaces every tee.",
    "",
    "Keep aliases lowercase. Duplicates across keys are fine - both fire."
  ],
  "version": 1,
  "aliases": {
    "Tees": [
      "ts", "t-s", "tsh", "tsrt", "tshirt", "t-shirt", "t shirt", "tshirts",
      "t-shirts", "tee", "tees", "tee shirt", "shirt", "shirts", "top", "tops",
      "half sleeve", "oversized tee", "crew"
    ],
    "Waffle Tees": [
      "waffle", "wafle", "waffel", "wafflw", "waffle tee", "waffle tees",
      "waffle knit", "thermal", "textured tee"
    ],
    "Sweatpants": [
      "swt", "sweat", "sweats", "sweatpant", "sweatpants", "sweat pants",
      "jogger", "joggers", "trackpant", "track pant", "track pants",
      "trousers", "pant", "pants", "bottom", "bottoms", "lower", "lowers"
    ],
    "Caps": [
      "cp", "cap", "caps", "hat", "hats", "snapback", "snapbacks", "headwear",
      "6 panel", "six panel", "trucker"
    ],
    "Angels Motor Club": [
      "amc", "angel", "angels", "motor", "motor club", "motorclub", "moto",
      "biker", "racing", "rebels"
    ],
    "Absolute Cinema": [
      "ac", "cinema", "absolute", "absolute cinema", "film", "movie", "movies",
      "imax", "letterbox"
    ],
    "Tenzen Crew": [
      "tc", "crew", "tenzen crew", "core", "basics", "essentials", "staple",
      "staples"
    ]
  }
}
