We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d51bdf3 + 81cc29d commit 939cc23Copy full SHA for 939cc23
1 file changed
assets/media-live-search.js
@@ -87,7 +87,7 @@ function initQuickNavigationMediaLiveSearch() {
87
.show();
88
89
// Parameter aus der aktuellen Seite holen
90
- var categoryId = $('#rex_file_category').val() || 0;
+ var categoryId = 0; // Live-Suche immer über alle Kategorien hinweg
91
var openerInputField = $('input[name="opener_input_field"]').val() || '';
92
var types = $('input[name="args[types]"]').val() || '';
93
0 commit comments