Closed paulrobertlloyd closed 9 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):
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):
Might this be because we have redirects to prevent URLs from including /wiki
/wiki
Turns out the MW docs have special handling for their strange use of putting a path after the rest.php path.
rest.php
https://www.mediawiki.org/wiki/Manual:Short_URL/Nginx
Fixed now!
Yay! Thanks @aaronpk.
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
):Here’s how it behaves (the progress bar continues to pulse, but no results are returned):
Might this be because we have redirects to prevent URLs from including
/wiki