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

add suggestions from solr #370

Merged
merged 18 commits into from
Dec 16, 2019
Merged

add suggestions from solr #370

merged 18 commits into from
Dec 16, 2019

Conversation

rococodogs
Copy link
Member

@rococodogs rococodogs commented Dec 11, 2019

adds a questioning_authority service to query solr's suggestion service for previously-used values. in the form interface, relevant suggestions will appear in an autocomplete dropdown, allowing users to chose those entries but also enter unrelated ones.

solr-suggest-in-form

fields affected (publication model)

  • keyword
  • organization
  • physical_medium
  • publisher
  • source

(the following share a single "name" suggestion dictionary)

  • contributor
  • creator
  • editor

note

this pr includes updated solr configuration files (solrconfig.xml and schema.xml) and will require a reindex

todo

  • create service
  • add specs
  • add form-field integration
  • update the field dictionaries on every create/update/delete action (via actor?)
    • be sure to avoid doing this during ingests / create a backdoor parameter to skip?

closes #359

@rococodogs rococodogs merged commit ce2cbce into develop Dec 16, 2019
@rococodogs rococodogs deleted the suggestion-services branch December 16, 2019 16:09
@rococodogs rococodogs mentioned this pull request Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant