Issue
- The total number of count displayed in pagination is 10,000 due to which the assets present after 10,000 are not searchable.
For Example: If there are 12,000 users in the portal, the users above 10,000 are not been able to search.
Environment
- Liferay Portal 6.2
Resolution
-
There is a default property which is set to 10000, for which, only 10000 search results are shown.
#
Adding this property in portal-ext.properties and setting the value greater than 10,000 as per your requirement will resolve the observed behavior.
# Set the limit for results used when performing index searches.
#
index.search.limit=10000
Additional Information
Please Note:
1) Try the above activity in a testing environment first, if all works well according to you, then move to the Production environment as per your discretion.
2) Perform this activity in application server downtime, because this step requires the restart of the server.