Changeset 47157
- Timestamp:
- 07/18/06 11:37:28 (2 years ago)
- Files:
-
- CPS3/products/CPSLuceneCatalog/trunk/CHANGES (modified) (1 diff)
- CPS3/products/CPSLuceneCatalog/trunk/catalog.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPS3/products/CPSLuceneCatalog/trunk/CHANGES
r46943 r47157 7 7 Bug fixes: 8 8 ~~~~~~~~~~ 9 - 9 - #1701: Crash when reindexing the whole CPSLuceneCatalog 10 10 New internal features: 11 11 ~~~~~~~~~~~~~~~~~~~~~~ CPS3/products/CPSLuceneCatalog/trunk/catalog.py
r46940 r47157 305 305 # We reindex a normal proxy. 306 306 had_languages = [] 307 uid_view = uid + '/' + cpsutils.KEYWORD_VIEW_LANGUAGE 307 308 if self.multilanguage_support: 308 309 # Find what languages are in the catalog for this proxy 309 uid_view = uid + '/' + cpsutils.KEYWORD_VIEW_LANGUAGE310 310 for brain in self.unrestrictedSearchResults(path=uid_view): 311 311 path = brain.getPath()
