fix(frontend): 絵文字ピッカーのカスタム絵文字検索で絵文字名に大文字が含まれているものを検索できない件の修正 #11321
+38
−36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
絵文字ピッカーのカスタム絵文字検索において、
まずは検索文字列と絵文字名orエイリアスのそれぞれそのまま変換せずに比較検索を試みて、
見つからなければ小文字同士に変換して比較検索する。
検索ロジックにおいて、検索処理毎に絵文字リストを走査するコードになっていたため、
一度の絵文字リスト走査だけで検索を完了させるコードへの変更・軽量化。
上記メイン修正1において検索機能が重くなるのを避けるために、上記2を含ませていただきました。
Why
#11308 絵文字ピッカー上の検索機能で、絵文字名に大文字が含まれているものを検索できない
上記不具合に対する修正。
検索文字列を小文字に変換してから検索されていることで絵文字名内の大文字がヒットしなくなっていた。
Checklist
備考
先にPR作成させていただきました。お手数おかけしますがご確認をお願い致します。
#11318
storybook落ちの件判明しましたらこちらでも対応します。