Commit 4004933
fix(web): preserve regex and case sensitivity params in search load-more (#972)
* 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>
* chore: update CHANGELOG for #972
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4483213 commit 4004933
File tree
2 files changed
+6
-1
lines changed- packages/web/src/app/[domain]/search/components
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
Lines 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