In Service Point when clicking the "More" button no offerings or request from Service Catalog are returned.
Service Desk and Service Catalog v17.3 and up
In troubleshooting Search Server with ElasticSearchHead we find that the catalog_index_service_request and catalog_index_service_offering indexes are there but they are empty.
Running pdm_es_rebuild_index.bat does not resolve the problem.
In the <installation folder for CASearchServer>\search\config\config.yml at line no 15 it shows:
catalog_index: service_offering, service_request
It should be:
catalog_index_service_offering: service_offering
catalog_index_service_request: service_request
catalog_index: service_offering, service_request
to:
catalog_index_service_offering: service_offering
catalog_index_service_request: service_request
Additional information about how to troubleshoot the Search Server can be found here: Search Server Troubleshooting
Additional information about configuring the indexes for Search Server can be found here: Perform Initial Load and Refresh Index and Data on the Search Server