ssborbis / ContextSearch-web-ext

Search engine manager for modern browsers
354 stars 37 forks source link

Search Terms sepearated by %20 #724

Closed YaBoyJon23 closed 2 months ago

YaBoyJon23 commented 2 months ago

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

YaBoyJon23 commented 2 months ago

never mind. I fixed it somehow changing the {searchterms} with just %s