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
TbomTbom 

SOQL or SOSL for SFDC Content and Knowledge/Articles

Anyone know if SOQL or SOSL is available for SFDC Content and Knowledge/Articles objects?

Upon some quick research, it doesn't seem like it...

 

I'm thinking of trying to build a custom single seach mechanism (that searches Content and Knowledge.)  However it needs to be available to portal users... so the new Global Search will not work,, hence the custom..

 

Thanks

etienne.giraudyetienne.giraudy

Tom,

 

Check out the SOQL or SOSL documentation at http://wiki.developerforce.com/index.php/Documentation#General

If you search for Knowledge or Content in there you will find all the documentation that you need!

 

Etienne

paul-lmipaul-lmi

if you search the docs for "WITH DATA CATEGORY" it'll take you right to some decent samples on searching SFK.

TbomTbom

Thanks for the replies all. 

One, of many things I learned, is that it always helps to be using the supported API Versions in Eclipse with Content and KnowledgeArticleVersion.

My prototyping came along a lot better after upgrading from v15.0 -- :-)