Symptom
The number of results per page that we need to use is not listed as an option.
Environment
SuccessFactors Learning Management System (LMS)
Resolution
You can always change the configuration to display more results per page. It can be done by changing the ‘SEARCH’ configuration.
There is a setting in the configuration which determines if the number of results per page.
You can change the option in the configuration.
- Navigate to System Admin->Configuration->System Configuration;
- Edit the SEARCH file;
- You can change the value for both User Side and Admin Side search
- For User side search, look for the below configurations.
#Available options to the User for rows per page.
rowsPerPageOptions[5]=true
rowsPerPageOptions[10]=true
rowsPerPageOptions[25]=true
rowsPerPageOptions[100]=false
rowsPerPageOptions[250]=false
Change the respective values to ‘true’ to display the results.
Also, if you want to have all the results shown in the same page, then change the below configuration to ‘true’
studentShowAllOption=true
For the default number to be shown, change the setting resultRowsPerPage configuration.
- For Admin side search look for the below configurations.
#Available options to the Admin for rows per page.
adminRowsPerPageOptions[5]=true
adminRowsPerPageOptions[10]=true
adminRowsPerPageOptions[25]=true
adminRowsPerPageOptions[100]=false
adminRowsPerPageOptions[250]=false
and
adminShowAllOption=true
Note: While this option gives you the freedom to show results with your requirements. Please make sure that keep this to a maximum of 100 – 250. Increasing this to more might result in slow page load times.
Keywords
Search, Catalog, Catalogue, Default, Number, Result, per page , KBA , LOD-SF-LMS , Learning Management System , LOD-SF-LMS-CAT , Catalog , How To