|
@@ -1641,7 +1641,8 @@ public function showPowiazaniaEnergaRumKontrahenciPowiazania($items) {
|
|
|
$searchableFields = [];
|
|
|
$searchableFields[] = 'nazwa';
|
|
|
$searchableFields[] = 'nip';
|
|
|
- $searchableFields[] = 'S_miejscowosc';
|
|
|
+ $searchableFields[] = 'krs';
|
|
|
+ $searchableFields[] = 'regon';
|
|
|
$searchParams = [ 'ogc:Filter' => $this->generateOgcFilterFromWords($wordsQuery, $searchableFields) ];
|
|
|
$items = ACL::getAclByNamespace('default_db/BI_audit_KRS/BI_audit_KRS')->buildQuery(array_merge([
|
|
|
'cols' => [ // TODO:? propertyName = []
|
|
@@ -1841,7 +1842,6 @@ public function showPowiazaniaEnergaRumKontrahenciPowiazania($items) {
|
|
|
$searchableFields[] = 'krs';
|
|
|
$searchableFields[] = 'nip';
|
|
|
$searchableFields[] = 'regon';
|
|
|
- $searchableFields[] = 'S_miejscowosc';
|
|
|
$searchParams = [ 'ogc:Filter' => $this->generateOgcFilterFromWords($wordsQuery, $searchableFields) ];
|
|
|
$items = ACL::getAclByNamespace('default_db/BI_audit_MSIG/BI_audit_MSIG')->buildQuery(array_merge([
|
|
|
'cols' => [ // TODO:? propertyName = []
|
|
@@ -1977,7 +1977,8 @@ public function showPowiazaniaEnergaRumKontrahenciPowiazania($items) {
|
|
|
$searchableFields[] = 'firma';
|
|
|
$searchableFields[] = 'nazwisko';
|
|
|
$searchableFields[] = 'imie';
|
|
|
- $searchableFields[] = 'miejscowosc';
|
|
|
+ $searchableFields[] = 'nip';
|
|
|
+ $searchableFields[] = 'regon';
|
|
|
$searchParams = [ 'ogc:Filter' => $this->generateOgcFilterFromWords($wordsQuery, $searchableFields) ];
|
|
|
$items = ACL::getAclByNamespace('default_db/BI_audit_CEIDG/BI_audit_CEIDG')->buildQuery(array_merge([
|
|
|
'cols' => [ // TODO:? propertyName = []
|