Customizing Feeds + Triggers

NETVIBES OnePart has several default feeds in the product configuration that are used to control the display results. For main concepts on feeds and triggers, see the Exalead CloudView Mashup Programmer's Guide.

This task shows you how to:

Trigger workflow

The Mashup Builder feed / trigger workflow is shown below.

Context:

OnePart uses Data Model and Exalead CloudView Search feeds. You can view the feed/trigger configuration for each page in the Mashup Builder.



To remove CATComponent filtering from the feed

Since CATComponent are filtered from the results List by default. You can remove this filtering as follows.

  1. In the Mashup Builder, select the page named application.
  2. In the Feeds section, select the “parts” Feed
  3. In the Advanced parameters of the Feed, remove part ${if page.params['d_ccomp'] != 'true'} NOT 2d3d_component_extension:CATComponent ${/if} of the content of the Query Restriction field.



  4. Click Apply to save the changes.