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
Venkatramanan LakshmananVenkatramanan Lakshmanan 

Article Custom Field values as searchable

hi,

I have added few custom fields to the article object where there are already 3 standard fields (Title, URL and Summary). Some of the custom fields are pick lists fields and it has few number of values in it. While creating an article, user will choose all these custom fields and saves the article. Now lets say the user has few number of articles which are created using these custom fields. 

My question is, How to make the custom fields' values are searchable for the articles? i.e. if the user searches for an article from search bar, then it should search based on the values of those custom fields also. 

Please advise.

Thanks

AnkaiahAnkaiah (Salesforce Developers) 
Hi Venkatramanan,

All custom fields of type text, text area, long text area, rich text area, email, and phone.

Refer the below help article.
https://help.salesforce.com/s/articleView?id=sf.search_fields_article.htm&type=5

Thanks!!