TheĀ search
operation retrieves the details of for your stripe accountsearch query.
Code Block | ||||
---|---|---|---|---|
| ||||
<googlecustomsearch.search> <query>{$ctx:query}</query> <searchType>{$ctx:searchType}</searchType> <exactTerms>{$ctx:exactTerms}</exactTerms> <dateRestrict>{$ctx:dateRestrict}</dateRestrict> <excludeTerms>{$ctx:excludeTerms}</excludeTerms> <filter>{$ctx:filter}</filter> <countryCode>{$ctx:countryCode}</countryCode> <interfaceLanguage>{$ctx:interfaceLanguage}</interfaceLanguage> <appendsQuery>{$ctx:appendsQuery}</appendsQuery> <imgColorType>{$ctx:imgColorType}</imgColorType> <imgDominantColor>{$ctx:imgDominantColor}</imgDominantColor> <imgSize>{$ctx:imgSize}</imgSize> <imgType>{$ctx:imgType}</imgType> <start>{$ctx:start}</start> <sort>{$ctx:sort}</sort> <safe>{$ctx:safe}</safe> <num>{$ctx:num}</num> <languageRestrict>{$ctx:languageRestrict}</languageRestrict> <lowRange>{$ctx:lowRange}</lowRange> <siteSearchFilter>{$ctx:siteSearchFilter}</siteSearchFilter> <relatedSite>{$ctx:relatedSite}</relatedSite> <linkSite>{$ctx:linkSite}</linkSite> <alt>{$ctx:alt}</alt> <countryRestrict>{$ctx:countryRestrict}</countryRestrict> <orTerms>{$ctx:orTerms}</orTerms> <rights>{$ctx:rights}</rights> <fields>{$ctx:fields}</fields> </googlecustomsearch.search> |
...