Commit 9d27692
어드민 이메일 검색을 case-sensitive로 단순화
IgnoreCase 시 regex 쿼리로 변환되어 인덱스 활용이 저하되는 점을 고려.
대소문자 정확히 일치하는 단순 인덱스 조회로 변경.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 32a7e5f commit 9d27692
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
| 608 | + | |
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| |||
0 commit comments