avalonmediasystem / avalon

Avalon Media System – Samvera Application
http://www.avalonmediasystem.org/
Apache License 2.0
93 stars 51 forks source link

Test Phrase Searching for IIIF Content Search Service #5897

Open joncameron opened 3 days ago

joncameron commented 3 days ago

Description

Implementing support for phrase searching in the IIIF Content Search service. Phrase searching is implicit, and users do not need to use quotes in the text field of the search within component on the media object page to perform explicit phrase searching.

Solr queries may need to change; search will split terms on whitespace and search for individual terms in the transcript by default. Phrase searching could be possible using the highlighting feature in Solr, but not with term counts used in normal searching.

Example Item

https://avalon-dev.dlib.indiana.edu/media_objects/x920fw86z/manifest.json

Done Looks Like

joncameron commented 3 days ago

Default phrase searching has already been set as the default, and this should already be working in Avalon. Phrase searching is working in the transcript component. Changing this to a testing issue.