Skip to content

Commit

Permalink
[Docs]: Add note about checksum (#284)
Browse files Browse the repository at this point in the history
* add note

* add note
  • Loading branch information
kingjia90 authored Jan 23, 2025
1 parent fef9b73 commit 5ffde33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/00_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ return [
bin/console pimcore:bundle:install AdvancedObjectSearchBundle
```

**Warning:**
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.

## Required Backend User Permission
To access the Advanced Object Search feature, a user needs to meet at least one of the following criteria:
* Be an `admin` user.
* Have `bundle_advancedsearch_search` permission.
* Have `bundle_advancedsearch_search` permission.

0 comments on commit 5ffde33

Please sign in to comment.