Verify the simple-search service

After you perform a valid search against your content repository, the expected search result with relevant details appear.

Use the developer tools on your browser to troubleshoot the response received from the Asset Picker backend. The following endpoint URL will be accessed when performing the search operation:

/api/AssetPicker/WCM/assets?query=none&types=Images&page=0&size=10 10

In the URL mentioned earlier:
  • WCM is the system identifier for your content repository.
  • query contains the search keyword.
  • types contain the list of supported content types for filtering the search result.
  • page is the page number of the search result.
  • size is the maximum number of items expected on single page.