Symptom
The number of results per page that we need to use is not listed as an option.
Environment
SAP SuccessFactors Learning
Resolution
You can 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.
- Go to Learning Administration >
- Navigate to System Administration >
- Configuration >
- System Configuration >
- Edit the 'SEARCH' file >
- You can change the value for both User Side and Administrator 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 Administrator Side, search for the below configurations:
#Available options to the administrator 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
lms, learning, sf, successfactors, search, library, default, number, result, per, page, list, increase, change , KBA , LOD-SF-LMS-ADM , System Admin, Global Variables, References , LOD-SF-LMS , Learning Management System , LOD-SF-LMS-CAT , Catalog , How To