Skip to content

Commit

Permalink
Merge pull request #50 from palantirnet/HOTFIX-umus-21-search-api-url…
Browse files Browse the repository at this point in the history
…s-to-urls

changed index name to urls
  • Loading branch information
Kbentham authored Sep 19, 2018
2 parents d9c0760 + a13be7d commit e8c23ab
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
1 change: 0 additions & 1 deletion js/main.1d29fb1c.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions js/main.1d29fb1c.js → js/main.4bd23ad2.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/main.4bd23ad2.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@palantirnet/search_api_federated_solr",
"version": "1.0.3",
"version": "1.0.4",
"main": "",
"repository": "[email protected]:palantirnet/search_api_federated_solr.git",
"license": "MIT",
"dependencies": {
"@palantirnet/federated-search-react": "git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.3"
"@palantirnet/federated-search-react": "git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.4"
},
"scripts": {
"copyAssets": "cp -r ./node_modules/@palantirnet/federated-search-react/css ./node_modules/@palantirnet/federated-search-react/js ./node_modules/@palantirnet/federated-search-react/media .",
Expand Down
2 changes: 1 addition & 1 deletion search_api_federated_solr.module
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function search_api_federated_solr_library() {
'title' => 'Federated Search App',
'version' => variable_get('css_js_query_string', '0'),
'js' => array(
drupal_get_path('module', 'search_api_federated_solr') . '/js/main.1d29fb1c.js' => array(
drupal_get_path('module', 'search_api_federated_solr') . '/js/main.4bd23ad2.js' => array(
'scope' => 'footer',
),
),
Expand Down
4 changes: 2 additions & 2 deletions src/SearchApiFederatedSolrUrls.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SearchApiFederatedSolrUrls extends SearchApiAbstractAlterCallback {
*/
public function propertyInfo() {
return [
'search_api_urls' => [
'urls' => [
'label' => t('URLs'),
'description' => t('URLs pointing to this node on all sites containing'),
'type' => 'list<uri>',
Expand Down Expand Up @@ -50,7 +50,7 @@ public function alterItems(array &$items) {

$urls = domain_get_content_urls($entity);

$item->search_api_urls = $urls;
$item->urls = $urls;
}

}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# yarn lockfile v1


"@palantirnet/federated-search-react@git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.3":
version "1.0.3"
resolved "git+ssh://[email protected]:palantirnet/federated-search-react.git#537479ea42243cd0d7b67f0150d2a18e23ad8fee"
"@palantirnet/federated-search-react@git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.4":
version "1.0.4"
resolved "git+ssh://[email protected]:palantirnet/federated-search-react.git#d053ff02da5b7179b6980eafe8bdf8ccd37470b8"

0 comments on commit e8c23ab

Please sign in to comment.