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
Aditya Rayavarapu 5Aditya Rayavarapu 5 

Dynamic search in Visualforce

Hi,
So basically when you want to attach an article to a case, it takes you to the search page where you can search for all your articles, and filter it by article type or language.

I have a custom field on the case object called "Case Category" and when I click on find article, I want the search window to only show articles that are related to the case category. Is there a way I can do this? 

Thanks,
Adi
Best Answer chosen by Aditya Rayavarapu 5
RamuRamu (Salesforce Developers) 
This might help

http://salesforce.stackexchange.com/questions/27234/how-to-create-a-vf-page-that-searches-on-knowledge-articles-that-match-descripti

All Answers

RamuRamu (Salesforce Developers) 
This might help

http://salesforce.stackexchange.com/questions/27234/how-to-create-a-vf-page-that-searches-on-knowledge-articles-that-match-descripti
This was selected as the best answer
Aditya Rayavarapu 5Aditya Rayavarapu 5
Thank you, it helps!