mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-11 02:46:56 +01:00
* [ADD] Unit testing. Work in progress.
* [MOD] Improved accounts search filtering by using an operator (AND/OR) for searching filters. The operator will work on any filter field set (text, client, category and tags).
This commit is contained in:
@@ -69,7 +69,7 @@ class QueryCondition
|
||||
throw new \RuntimeException(__u('Tipo de filtro inválido'));
|
||||
}
|
||||
|
||||
return $this->hasFilters() ? implode($type, $this->query) : null;
|
||||
return $this->hasFilters() ? '(' . implode($type, $this->query) . ')' : null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user