mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 08:36:11 +01:00
[TASK] Remove duplicate search_identifier in index
This commit is contained in:
parent
ab1b6b5da9
commit
4000699812
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class DocumentFactory implements Singleton
|
|||
}
|
||||
|
||||
$identifier = $document['search_identifier'];
|
||||
unset($document['search_identifier']);
|
||||
|
||||
$this->logger->debug(
|
||||
sprintf('Convert %s %u to document.', $documentType, $identifier),
|
||||
|
|
Loading…
Reference in a new issue