Skip to content

Commit 86d57d1

Browse files
committed
fix name typo
1 parent 833a095 commit 86d57d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/01_Installation/02_Upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Following steps are necessary during updating to newer versions.
66
- [Indexing] Added inherited fields indicator to data object indexing
77
- [Indexing] Added functionality to enqueue dependent items
88
- [Indexing] Added class ID field for data object elements
9-
- [Indexing] Added prefix for index names of data objects, these names changed from e.g. `pimcore_Car` to `pimcore_data-object_Car`. Old indexes are **not deleted** automatically. You need to delete them manually if necessary.
9+
- [Indexing] Added prefix for index names of data objects, these names changed from e.g. `pimcore_car` to `pimcore_data-object_car`. Old indexes are **not deleted** automatically. You need to delete them manually if necessary.
1010
- [Searching] Added new `ClassIdsFilter` modifier to search for data object elements by class ID or class name
1111
- Added a new method `isElementLocked()` to the `ElementLockService`, which provides functionality to retrieve element locked status based on the index data
1212
- Execute the following command to reindex all elements to be able to use all new features:

0 commit comments

Comments
 (0)