I'm using a searchplugin that CerebroJD made ages ago that searches all the galleries, but it doesn't work anymore since the url structure changed. I'm trying to update it but I'm hitting a snag.
The proper search url should look like this (using svelte as an example): https://www.wincustomize.com/explore/all/search/svelte
But I keep getting this instead: https://www.wincustomize.com/explore/all/?search=svelte
And on the side nav under Filters it says Search Query : explore/ instead of the search term (svelte).
I really don't know what I'm doing, just using my other search plugins as a reference and trying to edit this one to match but it's not there yet. Anyone else know how to fix it? Here's the code.
Code: xml
- <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
- <os:ShortName>WinCustomize Galleries</os:ShortName>
- <os:Description>Searches all the WinCustomize Skin Galleries</os:Description>
- <os:InputEncoding>UTF-8</os:InputEncoding>
- <os:Image width="16" height="16">data:image/gif,GIF89a%10%00%10%00%D5)%00%96%96%96%99%993%88%88%88%E3%E3%E3%99%00%00jjj%90%90%90f33%99f3%A0%A0%A4%99%CC%99%C0%C0%C0%16%16%16f%993%D7%D7%D7%AD%AD%B0f%99%9933%00MMM%BC%BC%BC%CC%99%00%CC%993%99f%00%95%95%95%EF%D6%C6%99%99f%CC%CC%99%C1%DD%C1333sss%CC%CCf%CC%CC%CC%CC%00%00f%CCf3%CCff%99f3%99f3%993%00f33f3%00%993%FF%FF%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00!%F9%04%01%00%00)%00%2C%00%00%00%00%10%00%10%00%00%06%7F%C0%94pH%2C%1A%85%81cq%23D%A4H%23%25%C4%84%3A%9DJ%26%93%E2X%3A%25H%A8%92cq%E2.4%99j%05S6%A2%00%1EJ%17%11%B8%92%88%E0%93%85%81%8D4P%80(B%23%22%24%24%25%25%60%81(T%0F%13%22'%22!%93%87T%8C'%26%06%0A%8C%26vX%25%23%12%98%1DB%81%26%09%03%03%1F%00%07'%02E%02%06%05%26%1C%04%04%20'%05J)%17%9D%ADm%BB)%98%C0%C1%BBA%00%3B</os:Image>
- <os:Url type="text/html" method="GET" template="https://www.wincustomize.com/explore/all/search/{searchTerms}"></os:Url></SearchPlugin>
(why is it that every time I try to make a post, the forums die? grrrr)
EDIT: Well...not sure how but it seems to have fixed itself. Win. 