Skip to content

Commit

Permalink
[bot] Updated Search Indexes (#417)
Browse files Browse the repository at this point in the history
* [bot] Updated `search-index/*.bin`

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ker0olos and github-actions[bot] authored Aug 5, 2024
1 parent 3734fa9 commit cdb8f11
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 22 deletions.
Binary file modified search-index/characters_index.bin
Binary file not shown.
Binary file modified search-index/media_index.bin
Binary file not shown.
57 changes: 35 additions & 22 deletions tests/__snapshots__/search-index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,21 @@ snapshot[`characters search > aqua 1`] = `
rating: 1,
role: "SUPPORTING",
},
{
id: "anilist:340919",
mediaId: "anilist:154195",
mediaTitle: [
"Grendizer U",
"グレンダイザーU",
],
name: [
"Teronna Aqua Vega",
"テロンナ • アクア • ベガ",
],
popularity: 2452,
rating: 1,
role: "SUPPORTING",
},
{
id: "anilist:31301",
mediaId: "anilist:3051",
Expand All @@ -303,7 +318,7 @@ snapshot[`characters search > aqua 1`] = `
"Dark Aqua",
"ダークアクア",
],
popularity: 2066,
popularity: 2079,
rating: 1,
role: "SUPPORTING",
},
Expand Down Expand Up @@ -465,23 +480,6 @@ snapshot[`characters search > aqua 1`] = `
rating: 1,
role: "SUPPORTING",
},
{
id: "anilist:263083",
mediaId: "anilist:143289",
mediaTitle: [
"ESTAB LIFE: Great Escape",
"Estab-Life: Great Escape",
"エスタブライフ グレイトエスケープ",
"エスタブライフ",
],
name: [
"Equa",
"エクア",
],
popularity: 3601,
rating: 1,
role: "MAIN",
},
]
`;

Expand Down Expand Up @@ -1867,7 +1865,7 @@ snapshot[`characters search > jahy 1`] = `
"Jei",
"Jay",
],
popularity: 2643,
popularity: 2674,
rating: 1,
role: "SUPPORTING",
},
Expand All @@ -1885,7 +1883,7 @@ snapshot[`characters search > jahy 1`] = `
"J",
"Jay",
],
popularity: 2290,
popularity: 2315,
rating: 1,
role: "SUPPORTING",
},
Expand All @@ -1900,7 +1898,7 @@ snapshot[`characters search > jahy 1`] = `
name: [
"Jay",
],
popularity: 1667,
popularity: 1689,
rating: 1,
role: "SUPPORTING",
},
Expand All @@ -1923,10 +1921,25 @@ snapshot[`characters search > jahy 1`] = `
"Jihei Suzakuin",
"Jay",
],
popularity: 1573,
popularity: 1608,
rating: 1,
role: "MAIN",
},
{
id: "anilist:31227",
mediaId: "anilist:101178",
mediaTitle: [
"Voogie's Angel",
"Dennou Sentai Voogie's★Angel",
"電脳戦隊ヴギィ'ズ★エンジェル",
],
name: [
"Jay Burst",
],
popularity: 1010,
rating: 1,
role: "SUPPORTING",
},
]
`;
Expand Down

0 comments on commit cdb8f11

Please sign in to comment.