Search specific term/phrase surrounded by double quotes. e.g. “deep linking”
Exclude records that contain a specific term prefixed with a minus. e.g. Android -Firebase

Why can't access_token and auth_token be used as query parameters for long links?

access_token and auth_token (along with AccessToken and AuthToken) are reserved keys used to determine if a deep link is a valid Branch link. Attempting to use these names as query parameters could yield unexpected results, so we don't allow their use in long URLs in order to prevent data collisions.