You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ The app targets anyone interested in the certification, regardless of age or exp
19
19
20
20
**Example User / ユーザー例**
21
21
22
-
Tanaka-san, 28, office worker.
23
-
Decided to take the World Heritage Certification Exam (Level 2).
24
-
During her commutation, she wants to quickly look up heritage sites on her phone,
25
-
but the official textbook is too heavy to carry around.
22
+
Tanaka-san, 28, office worker.
23
+
Decided to take the World Heritage Certification Exam (Level 2).
24
+
During her commutation, she wants to quickly look up heritage sites on her phone,
25
+
but the official textbook is too heavy to carry around.
26
26
She needs a tool where she can check the location on a map along with the category and year of inscription — all in one place.
27
27
28
28
田中さん、28歳、会社員。
@@ -37,8 +37,19 @@ She needs a tool where she can check the location on a map along with the catego
37
37
- Algolia (Full-text search / 全文検索)
38
38
- Koyeb (Production hosting / 本番ホスティング)
39
39
40
+
## Challenge & Solution / 課題と解決策
41
+
### 検索の「ストレス」を排除し、「学び」を支える
42
+
43
+
Challenge / 課題 (Algoliaを選んだ理由):
44
+
Japanese search faces challenges with "notation fluctuations" (e.g., presence of middle dots or long vowels). Standard database queries often fail if even one character is different.
Solution(Why I choose Algolia) / 解決 (Algoliaを採用した理由):
48
+
So, by implementing Algolia, the system automatically handles these fluctuations. This ensures users find the information they need instantly without being penalized for minor input variations.
0 commit comments