[Bug]: Unified search triggers 2x request for the files search provider #49965
Open
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
A request for the unified search, without any filter, triggers a request for the files search provider two times.
Steps to reproduce
- Go to files app
- Open network inspector
- Click on the search icon
- Enter a search string
- See two requests for
/ocs/v2.php/search/providers/files/search
with the same data and response.
Expected behavior
Only one request ;)
Nextcloud Server version
master
Additional info
No response
Activity