Skip to content

Commit 09ed960

Browse files
committed
Merge remote-tracking branch 'origin/6.1' into 7.x
2 parents 983bfc2 + 3e74567 commit 09ed960

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/00_Installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ return [
3434
bin/console pimcore:bundle:install AdvancedObjectSearchBundle
3535
```
3636

37+
**Warning:**
38+
Before proceeding, please make sure your classes are not using any object data type named as `checksum` as this is currently a reserved field name for the search index.
39+
3740
## Required Backend User Permission
3841
To access the Advanced Object Search feature, a user needs to meet at least one of the following criteria:
3942
* Be an `admin` user.
40-
* Have `bundle_advancedsearch_search` permission.
43+
* Have `bundle_advancedsearch_search` permission.

0 commit comments

Comments
 (0)