summaryrefslogtreecommitdiff
path: root/doc/bugs/Search_results_should_point_to_dir__44___not_index.html__44___when_use__95__dirs_is_enabled.mdwn
blob: 91dca9548b6e3dd718d423bc52bc1951314dce06 (plain)

When using the search plugin, results are linked to foo/bar/index.html, whether or not use_dirs is enabled; when use_dirs is enabled, the link should point to foo/bar/ instead.

Similarly, after editing a page foo/bar/, the user is redirected to foo/bar/index.html?updated instead of foo/bar/?updated. --Jason Blevins

Even with usedirs, there is no reason why the index.html should be called directly, and it might break content negotiation. Please just direct to the directory. --[[madduck]]