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
FippyFippy 

Parameters to /sfc/#search

Hello all, brand new to Apex development.

I cam across some code one of our engineers wrote to perform a custom search:

 

/sfc/#search?searchPageNum=0&prop_00N50000001t11O=Guides%20%2F%20Online%20Tutorials&shepherdToken=somelongcode%3D

&searchExtensions=%5B%5D&searchWorkspaceIds=%5B%5D&searchLanguageFilters=%5B%5D&searchCreatorIds=%5B%5D

&searchTags=%5B%5D

&searchProperties=%7B%2200N50000001t11O%22%3A%5B%22Guides%20%2F%20Online%20Tutorials%22%5D%7D

&resultsListType=s

 

I can't find anywhere in the docs that describe these parameters?

 

What I really want to do is perform a keyword search again JUST solutions and content, from my own search form.

 

Help much appreciated, thanks,

Graeme

 

ArlneArlne

Did you ever find the documentation?  I've been looking too...

FippyFippy

No I never did, I'm not even sure it is supposed to be documented.

A colleague of mine said he just runs an appropriate faceted search in SF, and copies the URL. Dirty, and not future proof.