diff --git a/changelog/unreleased/enhancement-support-mandatory-filter-while-listing-users b/changelog/unreleased/enhancement-support-mandatory-filter-while-listing-users
new file mode 100644
index 00000000000..a513b91f66f
--- /dev/null
+++ b/changelog/unreleased/enhancement-support-mandatory-filter-while-listing-users
@@ -0,0 +1,9 @@
+Enhancement: Support mandatory filter while listing users
+
+We've added the configuration option `WEB_OPTION_USER_LIST_REQUIRES_FILTER`.
+If set to true, an active filter is necessary to list users, as well users won't be listed initially.
+This might be necessary for big instances with a lot of users, where the server response might take very long
+or time out while requesting users.
+
+https://github.com/owncloud/web/pull/10099
+https://github.com/owncloud/web/issues/10088
diff --git a/packages/web-app-search/src/portals/SearchBar.vue b/packages/web-app-search/src/portals/SearchBar.vue
index dfb5dc5de05..f58bb796811 100644
--- a/packages/web-app-search/src/portals/SearchBar.vue
+++ b/packages/web-app-search/src/portals/SearchBar.vue
@@ -541,10 +541,6 @@ export default defineComponent({
       padding: 0 !important;
     }
 
-    .mark-highlight {
-      font-weight: 600;
-    }
-
     @media (max-width: 969px) {
       width: 300px;
     }