[ZCM] [ZC] 1844/ 1 Request ""

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Sat Jul 16 13:23:35 EDT 2005


Issue #1844 Update (Request) ""
 Status Pending, Zope/bug+solution low
To followup, visit:
  http://www.zope.org/Collectors/Zope/1844

==============================================================
= Request - Entry #1 by Anonymous User on Jul 16, 2005 1:23 pm

ZMI and find:

If a search (in field "with ids:") starts with an searchvalue the result is ok, but the Field with the searchvalue contains an additional space ( ). Every reseach is lengthening the searchvalue with an additional space, therefore a second run has no results. 

Solution:

Deleting   works for me.

OFS/dtml/findResult.dtml

133c133
< &dtml-sequence-item;&nbsp;
---
> &dtml-sequence-item;



==============================================================



More information about the Zope-Collector-Monitor mailing list