diff --git a/_site/404.html b/_site/404.html
index f4351fa6..2cd036a2 100644
--- a/_site/404.html
+++ b/_site/404.html
@@ -22,7 +22,7 @@
{"@context":"https://schema.org","@type":"WebPage","description":"Documentation for the ARCHE repository software stack","headline":"ARCHE Suite documentation","url":"/arche-docs/404.html"}
-
+
diff --git a/_site/aux/dissemination_services.html b/_site/aux/dissemination_services.html
index 16866f71..f62984bf 100644
--- a/_site/aux/dissemination_services.html
+++ b/_site/aux/dissemination_services.html
@@ -22,7 +22,7 @@
{"@context":"https://schema.org","@type":"WebPage","description":"Documentation for the ARCHE repository software stack","headline":"Dissemination services","url":"/arche-docs/aux/dissemination_services.html"}
-
+
diff --git a/_site/aux/firstSteps.html b/_site/aux/firstSteps.html
index 640dc508..2da9412f 100644
--- a/_site/aux/firstSteps.html
+++ b/_site/aux/firstSteps.html
@@ -22,7 +22,7 @@
{"@context":"https://schema.org","@type":"WebPage","description":"Documentation for the ARCHE repository software stack","headline":"Pretty extensive tour through the ARCHE Suite deployment","url":"/arche-docs/aux/firstSteps.html"}
-
+
diff --git a/_site/aux/if_you_really_want_sparql.html b/_site/aux/if_you_really_want_sparql.html
index 267922a6..be48e3d5 100644
--- a/_site/aux/if_you_really_want_sparql.html
+++ b/_site/aux/if_you_really_want_sparql.html
@@ -22,7 +22,7 @@
{"@context":"https://schema.org","@type":"WebPage","description":"Documentation for the ARCHE repository software stack","headline":"If you really need SPARQL","url":"/arche-docs/aux/if_you_really_want_sparql.html"}
-
+
diff --git a/_site/aux/intro.html b/_site/aux/intro.html
index f73e72d9..473afe60 100644
--- a/_site/aux/intro.html
+++ b/_site/aux/intro.html
@@ -22,7 +22,7 @@
{"@context":"https://schema.org","@type":"WebPage","description":"Documentation for the ARCHE repository software stack","headline":"Introduction","url":"/arche-docs/aux/intro.html"}
-
+
diff --git a/_site/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html b/_site/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html
index 8291d0fe..92a3b49a 100644
--- a/_site/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html
+++ b/_site/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html
@@ -376,6 +376,12 @@
The first load or after reset search, which provides only facets
+
+ postprocessResources()
+
+ : void
+
+
setBasicPropertys()
@@ -388,6 +394,12 @@
: mixed
+
+ triples2resourceObjects()
+
+ : array<string|int, mixed>
+
+
updateSearchHistoryCookie()
@@ -989,7 +1001,7 @@
@@ -1035,7 +1047,7 @@
@@ -1114,7 +1126,7 @@
@@ -1203,7 +1215,7 @@
@@ -1280,7 +1292,7 @@
@@ -1383,6 +1395,47 @@ Return values
Response
+
+
+
+ postprocessResources()
+
+
+
+
+
+
+
+ private
+ postprocessResources(array<string|int, mixed> $resources) : void
+
+
+
+
+ Parameters
+
+ -
+ $resources
+ : array<string|int, mixed>
+
+ -
+
+
+
+
+
+
+
+
+
+
+ triples2resourceObjects()
+
+
+
+
+
+
+
+ private
+ triples2resourceObjects(mixed $triplesIterator[, mixed &$totalCount = null ]) : array<string|int, mixed>
+
+
+
+
+ Parameters
+
+ -
+ $triplesIterator
+ : mixed
+
+ -
+
+
+ -
+ $totalCount
+ : mixed
+ = null
+ -
+
+
+
+
+
+
+
+ Return values
+ array<string|int, mixed>
+
+
@@ -1633,8 +1738,10 @@
getCachedData()
getCurrentLanguage()
initialSearch()
+ postprocessResources()
setBasicPropertys()
setContext()
+ triples2resourceObjects()
updateSearchHistoryCookie()
diff --git a/_site/devdocs/js/searchIndex.js b/_site/devdocs/js/searchIndex.js
index de398e93..71b8f584 100644
--- a/_site/devdocs/js/searchIndex.js
+++ b/_site/devdocs/js/searchIndex.js
@@ -13220,6 +13220,16 @@ Search.appendIndex(
"name": "search",
"summary": "The\u0020main\u0020search",
"url": "classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html#method_search"
+ }, {
+ "fqsen": "\\Drupal\\arche_core_gui_api\\Controller\\SmartSearchController\u003A\u003ApostprocessResources\u0028\u0029",
+ "name": "postprocessResources",
+ "summary": "",
+ "url": "classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html#method_postprocessResources"
+ }, {
+ "fqsen": "\\Drupal\\arche_core_gui_api\\Controller\\SmartSearchController\u003A\u003Atriples2resourceObjects\u0028\u0029",
+ "name": "triples2resourceObjects",
+ "summary": "",
+ "url": "classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html#method_triples2resourceObjects"
}, {
"fqsen": "\\Drupal\\arche_core_gui_api\\Controller\\SmartSearchController\u003A\u003AcacheResults\u0028\u0029",
"name": "cacheResults",
diff --git a/_site/index.html b/_site/index.html
index 003c6868..1005eb62 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -22,7 +22,7 @@
{"@context":"https://schema.org","@type":"WebSite","description":"Documentation for the ARCHE repository software stack","headline":"Introduction","name":"ARCHE Suite documentation","url":"/arche-docs/"}
-
+
diff --git a/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html b/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html
index 8291d0fe..92a3b49a 100644
--- a/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html
+++ b/devdocs/classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html
@@ -376,6 +376,12 @@
The first load or after reset search, which provides only facets
+
+ postprocessResources()
+
+ : void
+
+
setBasicPropertys()
@@ -388,6 +394,12 @@
: mixed
+
+ triples2resourceObjects()
+
+ : array<string|int, mixed>
+
+
updateSearchHistoryCookie()
@@ -989,7 +1001,7 @@
@@ -1035,7 +1047,7 @@
@@ -1114,7 +1126,7 @@
@@ -1203,7 +1215,7 @@
@@ -1280,7 +1292,7 @@
@@ -1383,6 +1395,47 @@ Return values
Response
+
+
+
+ postprocessResources()
+
+
+
+
+
+
+
+ private
+ postprocessResources(array<string|int, mixed> $resources) : void
+
+
+
+
+ Parameters
+
+ -
+ $resources
+ : array<string|int, mixed>
+
+ -
+
+
+
+
+
+
+
+
+
+
+ triples2resourceObjects()
+
+
+
+
+
+
+
+ private
+ triples2resourceObjects(mixed $triplesIterator[, mixed &$totalCount = null ]) : array<string|int, mixed>
+
+
+
+
+ Parameters
+
+ -
+ $triplesIterator
+ : mixed
+
+ -
+
+
+ -
+ $totalCount
+ : mixed
+ = null
+ -
+
+
+
+
+
+
+
+ Return values
+ array<string|int, mixed>
+
+
@@ -1633,8 +1738,10 @@
getCachedData()
getCurrentLanguage()
initialSearch()
+ postprocessResources()
setBasicPropertys()
setContext()
+ triples2resourceObjects()
updateSearchHistoryCookie()
diff --git a/devdocs/js/searchIndex.js b/devdocs/js/searchIndex.js
index de398e93..71b8f584 100644
--- a/devdocs/js/searchIndex.js
+++ b/devdocs/js/searchIndex.js
@@ -13220,6 +13220,16 @@ Search.appendIndex(
"name": "search",
"summary": "The\u0020main\u0020search",
"url": "classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html#method_search"
+ }, {
+ "fqsen": "\\Drupal\\arche_core_gui_api\\Controller\\SmartSearchController\u003A\u003ApostprocessResources\u0028\u0029",
+ "name": "postprocessResources",
+ "summary": "",
+ "url": "classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html#method_postprocessResources"
+ }, {
+ "fqsen": "\\Drupal\\arche_core_gui_api\\Controller\\SmartSearchController\u003A\u003Atriples2resourceObjects\u0028\u0029",
+ "name": "triples2resourceObjects",
+ "summary": "",
+ "url": "classes/Drupal-arche-core-gui-api-Controller-SmartSearchController.html#method_triples2resourceObjects"
}, {
"fqsen": "\\Drupal\\arche_core_gui_api\\Controller\\SmartSearchController\u003A\u003AcacheResults\u0028\u0029",
"name": "cacheResults",