Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To use this a set of JSON objects must be uploaded via the File Uploader UI, with type "templated_source". (Or the share API calls)

The JSON format is as follows:

{
	"templates" :[
	{
		//regular source json with substitutions, see below
	}
	]
}

The following string substitutions are possible, corresponding to the UI elements in the above screenshot:

  • ??search_terms??
  • ??search_depth?? (only applies to pipelines containing "links" elements)
  • ??search_cycle?? (eg for use with harvest.searchCycle_secs)

One source is created for every search term for every selected template.

 

  • No labels