Roundup Tracker - Issues

Message1324

Author qual
Recipients
Date 2004-06-27.16:10:18
Message-id
In-reply-to
Logged In: YES 
user_id=337146

reindex command:
if you apply the following diff:
2350c2350,2352
<             if isinstance(propclass, String) and
propclass.indexme:
---
>             if isinstance(propclass, String) \
>                    and ( propclass.indexme or
>                          ( self.classname == "msg" and
prop == content")):

the reindex command will index the contents of the messages.
Either I don't understand the purpose of the indexme
attribute or
there is something broken (other properties should be reindexed 
also, not only issues.title )
History
Date User Action Args
2009-02-03 14:20:49adminlinkissue980314 messages
2009-02-03 14:20:49admincreate