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

Can I prevent a Journey from showing with Javascript?

You can prevent Journeys from showing on a certain page by inserting no_journeys with the value of true into the options during initialization.

<script type="text/javascript"> // load the Branch SDK file branch.init('BRANCH_KEY', { 'no_journeys': true } ); </script>