]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Search_results_should_point_to_dir__44___not_index.html__44___when_use__95__dirs_is_enabled.mdwn
new patch
[ikiwiki.git] / doc / bugs / Search_results_should_point_to_dir__44___not_index.html__44___when_use__95__dirs_is_enabled.mdwn
1 When using the search plugin, results are linked to `foo/bar/index.html`,
2 whether or not use_dirs is enabled; when use_dirs is enabled, the link should
3 point to `foo/bar/` instead.
4
5 > Similarly, after editing a page `foo/bar/`, the user is redirected to
6 > `foo/bar/index.html?updated` instead of `foo/bar/?updated`.
7 > --[Jason Blevins](http://jblevins.org/)
8
9 >> 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]]
10
11 > This bug affects the [[plugins/amazon_s3]] plugin -- when using that
12 > plugin plus the search plugin, you need to enable `amazon_s3_dupindex`.
13 > So this definitly should be fixed. --[[Joey]]
14
15 > [[done]], the new xapian search uses nice urls