indieweb / wiki

Wiki backup and issue tracking for indieweb.org
https://indieweb.org/wiki/
The Unlicense
23 stars 8 forks source link

Fix live search on Vector 2022 theme #52

Closed paulrobertlloyd closed 6 months ago

paulrobertlloyd commented 6 months ago

Currently, no results are returned in the live search when the Vector 2022 skin is chosen. Inspecting the page, a 404 is returned for the following (for a search query of test):

https://indieweb.org/wiki/rest.php/v1/search/title?q=test&limit=10

Here’s how it behaves (the progress bar continues to pulse, but no results are returned):

Screenshot of live search not returning any results.

Might this be because we have redirects to prevent URLs from including /wiki

aaronpk commented 6 months ago

Turns out the MW docs have special handling for their strange use of putting a path after the rest.php path.

https://www.mediawiki.org/wiki/Manual:Short_URL/Nginx

Fixed now!

paulrobertlloyd commented 6 months ago

Yay! Thanks @aaronpk.