Commit 0288ccb
committed
fix(events): Move search filter to post-enrichment stage for accurate results
- Remove search filter from initial database query before data enrichment
- Implement search filtering after enriching registrations with profile data
- Add support for searching by profile_name in addition to full_name, email, and phone
- Update total count calculation to reflect filtered results when search is applied
- Improve search accuracy by performing case-insensitive matching on enriched data1 parent bc2cd18 commit 0288ccb
1 file changed
+19
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 97 | | |
103 | 98 | | |
104 | 99 | | |
| |||
155 | 150 | | |
156 | 151 | | |
157 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
158 | 170 | | |
159 | | - | |
160 | | - | |
| 171 | + | |
| 172 | + | |
161 | 173 | | |
162 | 174 | | |
163 | 175 | | |
| |||
0 commit comments