|
From: Gilles D. <gr...@sc...> - 2003-11-12 22:28:05
|
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: <gr...@sc...> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) |