]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/search_plugin_and_CGI_preview.mdwn
cannot reproduce
[ikiwiki.git] / doc / bugs / search_plugin_and_CGI_preview.mdwn
1 Text on a page gets indexed when you preview.
2
3 I discovered this by using (perhaps this is weird) the Sandbox to
4 preview my markup in a file that I was preparing to check in through svn.
5 I just deleted the original Sandbox text in the edit form, pasted in my
6 file, hit Preview, then cancelled the edit, leaving the Sandbox unchanged.
7
8 After that, the Sandbox was one of the search hits for terms in the new
9 page, and the Sandbox excerpt in the search results showed text taken
10 from the new page, that was never really in the Sandbox page at all.
11
12 Clicking Edit and then Preview on the original Sandbox page corrected
13 the problem, of course.
14
15 Making the indexing only happen on a real commit might also speed the
16 Preview up a small amount.
17 --Chapman Flack
18
19 [[!tag done]]