絵文字ピッカーの検索クエリの小文字変換をなくす#17743
絵文字ピッカーの検索クエリの小文字変換をなくす#17743FineArchs wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthrough絵文字ピッカーの検索クエリ生成を変更し、コロンを除去した後も大文字小文字を変換せず、そのまま検索条件へ渡すようにしました。 Changes絵文字検索
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #17743 +/- ##
============================================
- Coverage 26.99% 13.98% -13.01%
============================================
Files 1185 248 -937
Lines 40638 12025 -28613
Branches 11245 4045 -7200
============================================
- Hits 10971 1682 -9289
+ Misses 23803 8099 -15704
+ Partials 5864 2244 -3620 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
📦 Frontend Bundle ReportChunk size diff (0 updated, 0 added, 0 removed)
Startup chunk size (0 updated, 0 added, 0 removed)
Startup chunks are the Vite entry for Bundle Stats,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
What
絵文字ピッカーの検索時、検索文字列を小文字に変換してから検索しているのをそのまま検索するようにします。
Why
現在の絵文字ピッカーの動作では、検索文字列だけ小文字化してタグはそのまま検索を行っているため、ただ大文字を含むタグの検索ができないだけになっています。
Additional info (optional)
Checklist