Changeset 47157

Show
Ignore:
Timestamp:
07/18/06 11:37:28 (2 years ago)
Author:
ogrisel
Message:

#1701: Crash when reindexing the whole CPSLuceneCatalog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSLuceneCatalog/trunk/CHANGES

    r46943 r47157  
    77Bug fixes: 
    88~~~~~~~~~~ 
    9 - 
     9- #1701: Crash when reindexing the whole CPSLuceneCatalog 
    1010New internal features: 
    1111~~~~~~~~~~~~~~~~~~~~~~ 
  • CPS3/products/CPSLuceneCatalog/trunk/catalog.py

    r46940 r47157  
    305305        # We reindex a normal proxy. 
    306306        had_languages = [] 
     307        uid_view = uid + '/' + cpsutils.KEYWORD_VIEW_LANGUAGE 
    307308        if self.multilanguage_support: 
    308309            # Find what languages are in the catalog for this proxy 
    309             uid_view = uid + '/' + cpsutils.KEYWORD_VIEW_LANGUAGE 
    310310            for brain in self.unrestrictedSearchResults(path=uid_view): 
    311311                path = brain.getPath()