Bug - Fixed Search wiki links broken

Linknoid

Member
When you right click an item in your inventory, it shows a "Manage Stuff" window. KoLmafia adds a "Search: [wiki]" line at the bottom.

The link it generates looks like this when you mouse over it:

Code:
http://kol.coldfront.net/thekolwiki/index.php/Special:Search?go=Go&search=Bastille Battalion control rig

When you click on the link, it takes you to this URL:

Code:
https://kol.coldfront.net/thekolwiki/index.php/Special:Search?go=Go&search=Bastille%2520Battalion%2520control%2520rig

And show the search results for this:

Code:
Bastille%20Battalion%20control%20rig

It looks like if I search manually, it replaces spaces with + sign:

Code:
https://kol.coldfront.net/thekolwiki/index.php?title=Special%3ASearch&profile=default&search=Bastille+Battalion+control+rig&fulltext=Search

I'm not sure if this is because of a recent change in the Wiki or KoLmafia, but I suspect the Wiki changed recently, because various internal links seem to be broken.
 

Veracity

Developer
Staff member
Pribably due to my URL encoding/decoding in the relay browser change. I'll look at this.
 

Veracity

Developer
Staff member
Actually, no. It was a WIki change.
Revision 19960 changes the Wiki links we generate to have the new format.
 
Top