cwrc / islandora_object_field

Adds an "Islandora Object" field type and widgets for referencing Islandora objects in Drupal fields.
GNU General Public License v3.0
0 stars 1 forks source link

Enable Solr query for object selection #4

Open ctgraham opened 2 years ago

ctgraham commented 2 years ago

Problem / motivation

As an administrator, if I am using Solr I prefer it for searching because I have done extra configuration work on weighting, and base filter, etc. I would like to use a Solr query in place of the RI query for object linking.

Proposed resolution

Detect the present of the Solr search module, and when present, prefer Solr to the SPARQL.

Remaining tasks

User interface changes

None, or perhaps a new configuration page which optionalizes Solr use.

API changes

None.

Data model changes

None.