View Single Post
  #2 (permalink)  
Old 07-17-2006, 04:17 PM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,792
Default

This is because of the way that Lucene indexes things: it strips out non-
ascii characters before putting things into the word list. So "[my-
list]" ends up being indexed as "my list". The only solution would be to create a filter and tag the item.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote