mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix facets on non string fields & fix raw with "in" query
This commit is contained in:
@@ -101,7 +101,7 @@ class Field
|
||||
'%scaption.%s%s',
|
||||
$this->is_private ? 'private_' : '',
|
||||
$this->name,
|
||||
$raw ? '.raw' : ''
|
||||
$raw && $this->type === Mapping::TYPE_STRING ? '.raw' : ''
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user