Prashant Tiwari
I am trying to build a custom portal for client here and trying to leverage the “Saved Search List” widget on portal builder.
My questions are :
Where can I find documentation on this ?
Is there a function call where I can filter Saved search names by partial name (for e.g ${MySavedSearch}.filter(“SOMEAPP”)) so that it shows me only those saved searches that contains “SOMEAPP” in their name ?
SPARK Support
Hello Prashant,
This is the documentation that we have available for the controls in the Portal Builder at this time:
http://support.salientprocess.com/spark-portal-builder-controls/
To query a saved search, the name of the search must be provided:
querySavedSearch(searchName, query)
Regards,
Stephen P.