Deep linking examples

This topic contains a number of examples of deep linking URLs.

Record filter: The following URL applies a record filter for wines from the 2000 vintage:
http://localhost:8080/web/guest/my-page?deeplink=[{"default":
{queryFunctions:[{"class":"RecordFilter","recordFilter":"Vintage:2000"}]}}]
Range filter: The following URL applies a range filter of price between 50 and 100:
http://localhost:8080/web/guest/my-page?deeplink=[{"default":
{queryFunctions:[{"class":"RangeFilter","property":"P_Price",
"rangeOperator":"BTWN","value1":"50","value2":"100"}]}}]
Page and tab transition with a record filter: This URL combines a tab transition that points to a specific nested tab on the target page with a record filter:
http://localhost:8080/web/guest/my-page?com.endeca.discovery.
pageTransitionTabState=Charts[2]&deeplink=[{"default":{"queryFunctions":
[{"class":"RecordFilter","recordFilter":"Vintage:1999"}]}}]