Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
Each Output transformation displays as an output group when you use a mapplet in a mapping. Connect the mapplet output ports to the mapping pipeline. Use Autolink to connect the ports.
Use the following rules and guidelines when you connect mapplet output ports in the mapping:
When a mapplet contains a source qualifier that has an override for the default SQL query, you must connect all of the source qualifier output ports to the next transformation within the mapplet.
If the mapplet contains more than one source qualifier, use a Joiner transformation to join the output into one pipeline.
If the mapplet contains only one source qualifier, you must connect the mapplet output ports to separate pipelines. You cannot use a Joiner transformation to join the output.
If you need to join the pipelines, you can create two mappings to perform this task:
Use the mapplet in the first mapping and write data in each pipeline to separate targets.
Use the targets as sources in the second mapping to join data, then perform any additional transformation necessary.