Examples of deep linking URLs

Here are some 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"}]}}]
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"}]}}]