diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-17 10:46:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-17 10:46:03 -0400 |
commit | 4bc6f6cb961232dc1b30224e1c7fc875f3bc65f4 (patch) | |
tree | 3a61d663103a95a6e191d3231bb08ed1d9d20008 /doc | |
parent | e775d9a644eb45f01abbe6a565d7e4ec6b25e3a1 (diff) |
web commit by http://jcflack.myopenid.com/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/search_plugin_and_CGI_preview.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/search_plugin_and_CGI_preview.mdwn b/doc/bugs/search_plugin_and_CGI_preview.mdwn new file mode 100644 index 000000000..71577cd7c --- /dev/null +++ b/doc/bugs/search_plugin_and_CGI_preview.mdwn @@ -0,0 +1,17 @@ +Text on a page gets indexed when you preview. + +I discovered this by using (perhaps this is weird) the Sandbox to +preview my markup in a file that I was preparing to check in through svn. +I just deleted the original Sandbox text in the edit form, pasted in my +file, hit Preview, then cancelled the edit, leaving the Sandbox unchanged. + +After that, the Sandbox was one of the search hits for terms in the new +page, and the Sandbox excerpt in the search results showed text taken +from the new page, that was never really in the Sandbox page at all. + +Clicking Edit and then Preview on the original Sandbox page corrected +the problem, of course. + +Making the indexing only happen on a real commit might also speed the +Preview up a small amount. +--Chapman Flack |