BoxPipelineContext component (Deprecated)
BoxPipelineContext component (Deprecated)
|
|
Deprecated
This feature is still available, but no longer supported as of the December 2015 release of Coveo for Salesforce version 2.8.
Use the |
The BoxPipelineContext component is used to send custom context to the query pipeline from an Insight Panel.
Options
This component has the same options as the Coveo PipelineContext component.
Methods
This component has the same methods as the Coveo PipelineContext component.
Usage
This component is meant to be configured with a script tag containing JSON content.
|
|
When saving custom Salesforce context, you might get a Salesforce error saying your property doesn’t exist.
To prevent this, you’re encouraged to encode your curly braces with |
<script class="CoveoBoxPipelineContext" type="text/x-context">
{
"userLanguage" : "{!user__language}"
}
</script>