I made a search template: https://website/{searchTerms}
When it is more than 1 word it separates the space with a %20 so it becomes: https://website/word1%20word2
What do I put in the regex field to fix this
or basically how do I replace any space for the keywords with a %20
I made a search template: https://website/{searchTerms} When it is more than 1 word it separates the space with a %20 so it becomes: https://website/word1%20word2 What do I put in the regex field to fix this or basically how do I replace any space for the keywords with a %20