diff --git a/search-index/characters_index.bin b/search-index/characters_index.bin index 553495c0..1ad0025d 100644 Binary files a/search-index/characters_index.bin and b/search-index/characters_index.bin differ diff --git a/search-index/media_index.bin b/search-index/media_index.bin index c5ae7540..b74244a1 100644 Binary files a/search-index/media_index.bin and b/search-index/media_index.bin differ diff --git a/tests/__snapshots__/search-index.test.ts.snap b/tests/__snapshots__/search-index.test.ts.snap index c72fb5e0..d25303ba 100644 --- a/tests/__snapshots__/search-index.test.ts.snap +++ b/tests/__snapshots__/search-index.test.ts.snap @@ -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", @@ -303,7 +318,7 @@ snapshot[`characters search > aqua 1`] = ` "Dark Aqua", "ダークアクア", ], - popularity: 2066, + popularity: 2079, rating: 1, role: "SUPPORTING", }, @@ -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", - }, ] `; @@ -1867,7 +1865,7 @@ snapshot[`characters search > jahy 1`] = ` "Jei", "Jay", ], - popularity: 2643, + popularity: 2674, rating: 1, role: "SUPPORTING", }, @@ -1885,7 +1883,7 @@ snapshot[`characters search > jahy 1`] = ` "J", "Jay", ], - popularity: 2290, + popularity: 2315, rating: 1, role: "SUPPORTING", }, @@ -1900,7 +1898,7 @@ snapshot[`characters search > jahy 1`] = ` name: [ "Jay", ], - popularity: 1667, + popularity: 1689, rating: 1, role: "SUPPORTING", }, @@ -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", + }, ] `;