@@ -34,7 +34,7 @@ class SearchPage extends React.Component {
selectedPages: new Set(),
searchResultCount: 0,
activePage: 1,
- pagingLimit: 3,
+ pagingLimit: 10, // change to an appropriate limit number
excludeUsersHome: true,
excludeTrash: true,
};