Message1324
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 )
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:49 | admin | link | issue980314 messages |
2009-02-03 14:20:49 | admin | create | |
|