Skip to content

Commit

Permalink
Merge pull request #5 from palantirnet/PL-34-schema-settings
Browse files Browse the repository at this point in the history
Update search_api_federated_solr settings to conform to the schema.
  • Loading branch information
froboy authored Sep 24, 2018
2 parents 8d27a7f + b0a6937 commit e5d64c3
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 15 deletions.
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

0 comments on commit e5d64c3

Please sign in to comment.