function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vishalsvishals 

need help related to knowledge:article list

vishal

 need your help related to knowledge base. if you have any idea than can you reply me ASAP.

I am using Knowledge:articlelist for the searching of artciles in knwoledge base. i dnt want to search the artciles which is in a particlular category name

like category group(Article) --> category name(Tutorial)

                                                                  -->Admin

---> bucket1

--->Test

--->bucket2

 

now i want to show artciles that are only in test not in Admin Can it be possible.????

I am using like

 

 <knowledge:articleList articleVar="a"
                            sortBy="lastUpdated"
                            pageNumber="{!pageNum}"
                            keyword="{!$CurrentPage.parameters.searchText}"
                            hasMoreVar="hasMore"
                            pageSize="10"
                            categories="Articles:RCA "  
                            rendered="{!searchType='Knowledge'}">  
                    

 now in category attribute i dnt want articles related to RCA i have another 10 categories which i want tyo show on this..

 

so can i use not clause in this and if so than how????

 

 

Thanks,

rebvijkumrebvijkum
i Have the same problem. I need to search articles in respect to single data category that can be parent or chid category.  Vishal if u got answer can u share with me or anyone else