This is driving me nuts. Any help greatly appreciated!
I have a view with a contextual filter of type Content datasource: ID
When the value is NOT in the URL, I provide the following fixed value: ?search=
It is a page display with a path of /search
A typical query string is "/search?search=venice"
I am trying to replicate this query string in the View Preview
The instructions in the View Preview are: "Separate contextual filter values with a "/". For example, 40/12/10."
How do I modify "?search=venice" to fit into "40/12/10"?