ディープ・リンクURLの例をいくつか紹介します。
次のリンクでは、sales-discovery-dashboardアプリケーションのdata-resultsページを表示します。
データはDataSourceFilterを使用して絞り込まれ、DesignationがBest BuyのWinesデータ・セットのレコードのみが表示されます。ロケールはスペイン語に設定されます。
http://localhost:8080/web/sales-discovery-dashboard/data-results?doAsUserLanguageId=es_ES&deeplink=[{queryFunctions:[{"class":"DataSourceFilter","filterString":"Designation='Best Buy'","viewKey":"Wines"}]}]
次のリンクでは、sales-discovery-dashboardアプリケーションのdata-resultsページを表示します。
ページには、Chartsという名前のタブ付きコンポーネント・コンテナの2番目のタブが表示されます。
データはRefinementFilterを使用して絞り込まれ、Vintage属性の値が1999のレコードのみが表示されます。
http://localhost:8080/web/sales-discovery-dashboard/data-results?com.endeca.discovery. pageTransitionTabState=Charts[2]&deeplink=[{"queryFunctions":[{"class":"RefinementFilter","attributeValue":"1999","attributeKey":"Vintage","viewKey":"Wines"}]}]
次のディープ・リンクでは、sales-discovery-dashboardアプリケーションのdata-resultsページに移動します。
http://localhost:8080/web/sales-discovery-dashboard/data-results?deeplink=[ {"queryFunctions":[{"class":"RangeFilter", "attributeKey":"P_Price","rangeOperator":"BTWN","rangeType":"INTEGER","value1":"50","value2":"100","viewKey":"Wines"}, {"class":"SearchFilter","searchInterface":"default","terms":"red","matchMode":"ALL","searchWithin":"true","enableSnippeting":"true","snippetLength":"100","viewKey":"Wines"}]}, {"navByValue":{"viewKey":"Wines","values":{"Region":"Other France"}}} ]