Files
nextcloud-server-mirror/core/src
nfebe d2fc45acbd fix(unified-search): filteredProviders now inherits all provider props
The main providers come from both the backend and client side plugins such as `in-folder` search.
The main providers may carry callbacks functions and other information that should be passed to the `filteredProviders`.
This is important because the current code does not make a distinction between `filteredProviders` and `providers`
rightly so, becuase they are the same thing!

Without the mentioned distinction above, sooner or later, we try to access a property on the `filteredProviders` which we
did not transfer with the manual property copy.

----

This fix prevents in-folder search from searching everywhere when "load more results" is clicked; Essentially ignoring the in-folder
search filter.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-02-03 12:48:00 +01:00
..
2024-05-13 17:41:36 +02:00
2024-05-13 17:41:36 +02:00
2024-06-27 12:13:14 +02:00
2024-05-13 17:41:36 +02:00
2024-10-09 14:34:53 -07:00
2024-06-27 12:13:14 +02:00
2024-05-13 17:41:36 +02:00
2024-05-13 17:41:36 +02:00
2024-05-13 17:41:36 +02:00