]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Search_summary_includes_text_from_navigational_elements.mdwn
874b9ffeb531749834af682f46d12c7d067e2f5c
[ikiwiki.git] / doc / bugs / Search_summary_includes_text_from_navigational_elements.mdwn
1 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.
2
3 For example, each search result on ikiwiki.info shows "(title) ikiwiki/ (title) Edit RecentChanges History Preferences Discussion" at the start of its results.
4
5 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:
6
7 http://leaf.dragonflybsd.org/mailarchive/users/2009-11/msg00077.html
8
9 (bin attachment on that page is actually a .diff.)