-
### Which project does this relate to?
Router
### Describe the bug
The issue is that `beforeLoad` should be able to change search params, however that is not the case. Based on a condition it will …
-
I’m pretty confused by the search params matching behavior.
First I’d note that WHATWG URL seems to (effectively?) define some (narrow) canonicalization rules via the URLSearchParams interface:
…
-
[nuqs | Type-safe search params state management for React](https://nuqs.47ng.com/)
-
Followup to when Filtering was added, we should include sorting as well.
-
### 🚀 Feature Request
There should be an API to test search params of the page, something like:
```ts
await expect(page).toHaveSearchParams({ foo: "bar" });
```
### Example
_No respons…
-
### Which project does this relate to?
Start
### Describe the bug
Hey, I am unsure if this is a bug or if I am doing something wrong. Either way, it's not clear to me how to solve this.
I have a p…
-
There are a lot of errors of this type appearing:
```
--- Stack trace ---
#0 /okapi/services/caches/search/SearchAssistant.php(430): okapi\core\OkapiErrorHandler::handle()
#1 [internal function]…
-
We have a query setup that has some default variables on the server that can then change on the client. As an example:
```js
const QUERY = gql`
query GetChart ($id: UUID!, $compact: Boolean) …
-
We need to show the yellow pins from the previous search on the location details page
we can't put those params in the URL, because of SEO optimization
this means the search params are in the cook…
-
Today, we are using `JSON.stringify` to convert the mnemonic list into a string before adding it to the search parameters of the URL. However, `JSON.stringify` adds some extra characters at the start …