Skip to main content The Trailblazer Community will be unavailable from 2/1/2025 to 2/2/2025. Please plan your activities accordingly.
I've built the knowledge article pagenation example with a custom controller from the Salesforce Knowledge Developers Guide (page 14).  I can't figure our how the <knowledge:articleList> tag knows to read the List<KnowledgeArticleVersion> created in the custom controller constructor from SOQL.  I don't see a parameter on the  <knowledge:articleList> and the List in the controller does not have a property or method to expose it.
3 answers
  1. Aug 4, 2016, 11:44 PM
    Unfortunately yes!. You can try SOSL in the controller instead of ArticleList component. Use the keyword in the SOSL and bring the list of articles to the page and use pageblock table. This way you will have more control on the pagination.

    ArticleList provides default keyword searched report, you can use SOSL's 'WITH TRACKING' to track the keywords searched.
Loading
0/9000