Commit 30b2d78
fix(web): preserve regex and case sensitivity params in search load-more
When clicking the "load more results" button in /search, the isRegexEnabled and isCaseSensitivityEnabled query parameters were being dropped. This fix includes these parameters in the URL built by onLoadMoreResults, matching the behavior of the initial search submission.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4483213 commit 30b2d78
File tree
1 file changed
+3
-1
lines changed- packages/web/src/app/[domain]/search/components
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | | - | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
0 commit comments