aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn
diff options
context:
space:
mode:
authorjustin <justin@web>2009-11-07 21:58:54 -0500
committerJoey Hess <joey@kitenet.net>2009-11-07 21:58:54 -0500
commit19ff6180a8bbb2e5441fe177a934e146d129f1c7 (patch)
treed61ddbdfe53fa496808a7573dbf15251e135afd8 /doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn
parent84f606b6fe5a9252a1cc515b083856e3b9a3c455 (diff)
downloadikiwiki-19ff6180a8bbb2e5441fe177a934e146d129f1c7.tar
ikiwiki-19ff6180a8bbb2e5441fe177a934e146d129f1c7.tar.gz
every search result includes any navigational text
Diffstat (limited to 'doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn')
-rw-r--r--doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn b/doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn
new file mode 100644
index 000000000..874b9ffeb
--- /dev/null
+++ b/doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn
@@ -0,0 +1,9 @@
+Each listed result for a search will show some example text from the beginning of the linked page. It strips out HTML elements, but if there's any navigational text items, they will stay.
+
+For example, each search result on ikiwiki.info shows "(title) ikiwiki/ (title) Edit RecentChanges History Preferences Discussion" at the start of its results.
+
+A way to name some CSS ids that should be removed in search results within the ikiwiki setup file would work. Here's something similar that a friend proposed:
+
+http://leaf.dragonflybsd.org/mailarchive/users/2009-11/msg00077.html
+
+(bin attachment on that page is actually a .diff.)