01-08-2014 09:55 AM
Hi,
I just wanted to check if there is any limit to the number of services that can be displayed in search results or on category pages.
Many Thanks,
Daniel Joyce
01-09-2014 11:29 AM
It depends on which version you have. On versions prior to Prime Service Catalog 10.0, the search result and listing in the category views will list all the services that the user has permissions for.
Starting with Prime Service Catalog 10.0, this number is configurable. Since 10.0 service listings return more data, and we need to provide a snappy user experience, we made the number of services returned configurable.
The limit is in a JS file, so there is no need to restart the server after changing it. The default configuration is in the APIManager.js file. Do note that increasing the limit will likely cause the user experience to suffer with longer page load time.
limits: {
images: 3,
services: 50
},
01-17-2014 03:28 AM
Thanks Song..
We have some really key follow on questions based on your response: If we set a limit on the API control to, say 50, then:
If the functionality works as we think it might (i.e. in the above example only the 50 is ever available to the End User even when more than 50 exist i.e. no pagination, no Server side Facets) then we think that we would have to set a high Maximum (for examples, Desktop Software has approaching 200 Services and Users obviously need to be able to find all of them). Can you offer any advice on a reasonable limit to set?
Thanks! Caroline
01-23-2014 03:19 PM
Caroline,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide