We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a06882 commit c86ecb3Copy full SHA for c86ecb3
1 file changed
src/modules/ApiKeywords/Module.php
@@ -37,7 +37,7 @@ public function _init() {
37
$joins .= "\n LEFT JOIN e.__agentRelations coletivo_relation WITH coletivo_relation.group = 'coletivo'";
38
$joins .= "\n LEFT JOIN coletivo_relation.agent agent_coletivo";
39
$joins .= "\n LEFT JOIN o.__metadata owner_nome WITH owner_nome.key = 'nomeCompleto'";
40
- $joins .= "\n LEFT JOIN agent_coletivo.__metadata coletivo_nome WITH owner_nome.key = 'nomeCompleto'";
+ $joins .= "\n LEFT JOIN agent_coletivo.__metadata coletivo_nome WITH coletivo_nome.key = 'nomeCompleto'";
41
42
if ($format_doc($keyword)) {
43
$joins .= "\n LEFT JOIN o.__metadata doc WITH doc.key IN('documento','cnpj','cpf')";
0 commit comments