Skip to content

Commit

Permalink
Preserve percent encoding of '#' in URL templates.
Browse files Browse the repository at this point in the history
Need to be part of search term, not URL fragment identifier.
  • Loading branch information
Leftium committed Oct 13, 2024
1 parent 8f35469 commit 6899676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -41941,7 +41941,7 @@
"s": "Twitter Hashtags",
"d": "twitter.com",
"t": "hashtag",
"u": "https://twitter.com/search?q=#{{{s}}}",
"u": "https://twitter.com/search?q=%23{{{s}}}",
"c": "Online Services",
"sc": "Social"
},
Expand Down Expand Up @@ -48151,7 +48151,7 @@
"s": "Jisho (kanji search)",
"d": "jisho.org",
"t": "jik",
"u": "https://jisho.org/search/#kanji {{{s}}}",
"u": "https://jisho.org/search/%23kanji {{{s}}}",
"c": "Research",
"sc": "Learning (intl)",
"fmt": ["open_base_path", "url_encode_placeholder"]
Expand Down

0 comments on commit 6899676

Please sign in to comment.