From 5ffde330f2963b6643b73fd31edc04511502c8b0 Mon Sep 17 00:00:00 2001 From: JiaJia Ji Date: Thu, 23 Jan 2025 12:18:12 +0100 Subject: [PATCH] [Docs]: Add note about `checksum` (#284) * add note * add note --- doc/00_Installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/00_Installation.md b/doc/00_Installation.md index 8b87494..5d7edfe 100644 --- a/doc/00_Installation.md +++ b/doc/00_Installation.md @@ -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. \ No newline at end of file +* Have `bundle_advancedsearch_search` permission.