Describe the bug
Because URL is only partially implemented on mobile, in certain cases, query parameters are dropped prior to invocation of api-fetch. This results in incorrect behavior, since the API request is missing parameters. In link picker, it manifests as omitting the search parameter, which results in the same results (a "blank" search) being returned in all cases.
To Reproduce
Steps to reproduce the behavior:
- Create a new post or page (on a site with some published posts and pages)
- Add a button block
- Edit the link in the button block
- Tap "Search or type URL" to open link picker
- Begin typing a few characters and wait for the results
- Erase the search a type a few different characters
Expected behavior
The results should be different for searches which have differerent queries. The search results should reflect the query being searched for.
Describe the bug
Because
URLis only partially implemented on mobile, in certain cases, query parameters are dropped prior to invocation of api-fetch. This results in incorrect behavior, since the API request is missing parameters. In link picker, it manifests as omitting thesearchparameter, which results in the same results (a "blank" search) being returned in all cases.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The results should be different for searches which have differerent queries. The search results should reflect the query being searched for.