According to Jim Cole: > I did come across one minor bug in Display.cc involving start_ellipses > and end_ellipses; but I think that it only manifests itself when > max_excerpts is greater than one (a non-default setting). I will post a > bug report later this week.
I think I see the cause of this bug. In Display::buildExcerpts() it mistakenly uses config->Value() instead of config->Find() to get the string from the start_ellipses and end_ellipses attributes. This code is only used if max_excerpts is not 1 and the search word(s) is(are) found. So did the ellipses simply not show up, or did a 0 appear in their place? -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev
