Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update search_api_federated_solr settings to conform to the schema. #5

Merged
merged 9 commits into from
Sep 24, 2018
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"drupal-composer/drupal-scaffold": "^2.3",
"drupal/admin_toolbar": "^1.24",
"drupal/coder": "^8.0",
"drupal/config_inspector": "^1.0@beta",
"drupal/config_installer": "^1.7",
"drupal/core": "^8.5",
"palantirnet/search_api_federated_solr": "dev-master"
Expand Down Expand Up @@ -72,6 +73,9 @@
"patches": {
"drupal/config_installer": {
"Allow config installer to find themes.": "https://www.drupal.org/files/issues/2018-05-28/2975675-2.patch"
},
"drupal/config_inspector": {
"2843729: Filter entities with schema errors": "https://www.drupal.org/files/issues/2018-09-24/filter_entities_with-2843729-17.patch"
}
}
}
Expand Down
85 changes: 74 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions conf/drupal/config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module:
ckeditor: 0
color: 0
config: 0
config_inspector: 0
contact: 0
contextual: 0
datetime: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ field_name: field_federated_terms
entity_type: taxonomy_term
type: mapped_terms
settings:
max_length: '255'
max_length: 255
is_ascii: false
module: search_api_field_map
locked: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
facet:
site_name:
set_default: 0
set_default: false
index:
id: federated_search
has_site_name_property: true
server_url: 'http://federated-search-demo.local:8983/solr/drupal8/select'
username: ''
password: ''
content:
no_results: ''
search_prompt: ''
results:
rows: ''
rows: null
pagination:
buttons: ''
buttons: null
path: /search-app