Dumped Contents
In
TaxonController.php
line 202:
return $row->getId();
}, $siteFilterFacets));
dump( $esAggregations);
$siteFilterShape = [];
if (count($esAggregations['shape']['buckets']) > 1) {
array:17 [
12 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
13 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
14 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => array:1 [
0 => array:2 [
"key" => "pour elle"
"doc_count" => 18
]
]
]
15 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
"color" => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => array:18 [
0 => array:2 [
"key" => "3672"
"doc_count" => 1
]
1 => array:2 [
"key" => "3835"
"doc_count" => 1
]
2 => array:2 [
"key" => "3970"
"doc_count" => 1
]
3 => array:2 [
"key" => "4040"
"doc_count" => 1
]
4 => array:2 [
"key" => "4042"
"doc_count" => 1
]
5 => array:2 [
"key" => "4088"
"doc_count" => 1
]
6 => array:2 [
"key" => "4126"
"doc_count" => 1
]
7 => array:2 [
"key" => "4132"
"doc_count" => 1
]
8 => array:2 [
"key" => "4140"
"doc_count" => 1
]
9 => array:2 [
"key" => "4141"
"doc_count" => 1
]
10 => array:2 [
"key" => "4191"
"doc_count" => 1
]
11 => array:2 [
"key" => "4192"
"doc_count" => 1
]
12 => array:2 [
"key" => "4211"
"doc_count" => 1
]
13 => array:2 [
"key" => "4213"
"doc_count" => 1
]
14 => array:2 [
"key" => "4245"
"doc_count" => 1
]
15 => array:2 [
"key" => "4248"
"doc_count" => 1
]
16 => array:2 [
"key" => "4250"
"doc_count" => 1
]
17 => array:2 [
"key" => "4258"
"doc_count" => 1
]
]
]
"shape" => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => array:1 [
0 => array:2 [
"key" => 2061
"doc_count" => 18
]
]
]
16 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => array:1 [
0 => array:2 [
"key" => "pour elle"
"doc_count" => 18
]
]
]
17 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
"badge" => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => array:2 [
0 => array:2 [
"key" => "solde"
"doc_count" => 3
]
1 => array:2 [
"key" => "newest"
"doc_count" => 2
]
]
]
"max_price" => array:1 [
"value" => 1300.0
]
"min_price" => array:1 [
"value" => 650.0
]
5 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
6 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
7 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
8 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => []
]
9 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => array:1 [
0 => array:2 [
"key" => "6 l"
"doc_count" => 18
]
]
]
10 => array:3 [
"doc_count_error_upper_bound" => 0
"sum_other_doc_count" => 0
"buckets" => array:1 [
0 => array:2 [
"key" => "coton"
"doc_count" => 18
]
]
]
]
In
TaxonController.php
line 254:
}
}
dump( $siteFilterFacetsValues);
// Conserve que les filtres à facettes disponible pour cette recherche
$siteFilterFacets = array_filter($siteFilterFacets, function ($row) use (&$siteFilterFacetsValues) {
array:2 [
"color" => array:18 [
0 => "3672"
1 => "3835"
2 => "3970"
3 => "4040"
4 => "4042"
5 => "4088"
6 => "4126"
7 => "4132"
8 => "4140"
9 => "4141"
10 => "4191"
11 => "4192"
12 => "4211"
13 => "4213"
14 => "4245"
15 => "4248"
16 => "4250"
17 => "4258"
]
"badge" => array:2 [
0 => "newest"
1 => "solde"
]
]
In
ElasticSearchService.php
line 385:
$client = ClientBuilder::create()->build();
$results = $client->search($params);
dump( $results);
return $results;
}
array:4 [
"took" => 0
"timed_out" => false
"_shards" => array:4 [
"total" => 1
"successful" => 1
"skipped" => 0
"failed" => 0
]
"hits" => array:3 [
"total" => array:2 [
"value" => 18
"relation" => "eq"
]
"max_score" => null
"hits" => array:18 [
0 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_41885"
"_score" => 3.0
"sort" => array:3 [
0 => 1
1 => 70
2 => 3.0
]
]
1 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_41474"
"_score" => 3.0
"sort" => array:3 [
0 => 1
1 => 65
2 => 3.0
]
]
2 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_38791"
"_score" => 3.0
"sort" => array:3 [
0 => 4
1 => 9
2 => 3.0
]
]
3 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_37913"
"_score" => 3.0
"sort" => array:3 [
0 => 4
1 => 7
2 => 3.0
]
]
4 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_39354"
"_score" => 3.0
"sort" => array:3 [
0 => 4
1 => 7
2 => 3.0
]
]
5 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_39773"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 61
2 => 3.0
]
]
6 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_41040"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 39
2 => 3.0
]
]
7 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_41220"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 35
2 => 3.0
]
]
8 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_40443"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 24
2 => 3.0
]
]
9 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_35739"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 19
2 => 3.0
]
]
10 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_40379"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 12
2 => 3.0
]
]
11 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_37839"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 10
2 => 3.0
]
]
12 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_33712"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 9
2 => 3.0
]
]
13 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_40903"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 9
2 => 3.0
]
]
14 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_40877"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 7
2 => 3.0
]
]
15 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_41322"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 6
2 => 3.0
]
]
16 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_36869"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 5
2 => 3.0
]
]
17 => array:5 [
"_index" => "ppmcdev_2_fr_fr"
"_type" => "_doc"
"_id" => "VARIANT_39396"
"_score" => 3.0
"sort" => array:3 [
0 => 100
1 => 5
2 => 3.0
]
]
]
]
]
In
TaxonController.php
line 312:
}, $results['hits']['hits']));
}
dump($taxon->getLevel());
// Récupère les liens pour la partie référencement
$referencementllinks = [];
2
In
TwigExtension.php
line 414:
public function switchLanguage() {
$actual_link = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
dump($actual_link );
return '';
}
"https://ppmc-staging.webapic.com/nos-produits/sacs/sac-tote-bag"