mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge branch '3.7'
This commit is contained in:
@@ -516,7 +516,10 @@ class PhraseaEngine implements SearchEngineInterface
|
||||
$BF = array();
|
||||
|
||||
foreach ($this->options->getBusinessFieldsOn() as $collection) {
|
||||
$BF[] = $collection->get_base_id();
|
||||
// limit business field query to databox local collection
|
||||
if ($sbas_id === $collection->get_sbas_id()) {
|
||||
$BF[] = $collection->get_base_id();
|
||||
}
|
||||
}
|
||||
|
||||
$results = phrasea_query2(
|
||||
|
Reference in New Issue
Block a user