Initial search on pages is ignored
Since the migration to Vue 3, the search on the albums/artist/podcast pages doesn't work unless you apply a tag search. After you add a tag filter, it will work reliably even when the tag is cleared.
Reproduction steps
- Navigate to any page with the search mixin
- Enter a search term and hit enter/click on the search icon
What is expected?
The search term should be submitted and the results should update
What happens?
The search term isn't submitted.
Adding a tag result
- Navigate to any page with the search mixin
- Enter a search term and hit enter/click on the search icon. Nothing happens
- Add a tag filter with any value.
What happens?
The search term is submitted only once the tag filter is applied. After that, you can remove the tag and use the search as expected (using the text input and hitting enter/clicking on the search icon).
Edited by Ciarán Ainsworth