|
...
|
...
|
@@ -80,6 +80,7 @@ class GeoQuestionRes extends Command |
|
|
|
$url = array_column(array_column($result_data['annotations'], 'url_citation'), 'url');
|
|
|
|
$title = array_column(array_column($result_data['annotations'], 'url_citation'), 'title');;
|
|
|
|
$result_data_annotations = array_merge($url,$title,$result_data_annotations);
|
|
|
|
dd($result_data_annotations);
|
|
|
|
}
|
|
|
|
$keywords = $this->getKeywords($keywordArr,$result_data_annotations ?? []);
|
|
|
|
$urls = $this->getUrl($urlArr,$result_data_annotations ?? []);
|
...
|
...
|
|