avalonmediasystem / avalon

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

Avalon::TranscriptSearch does phrase searching by default #5877

Closed cjcolvar closed 3 months ago

cjcolvar commented 3 months ago

With this PR phrase searching is the default for IIIF content search and a keyword argument (phrase_searching) provides a way to turn it off for multi-term searching instead.

Note that this will change the behavior of IIIF content search and searching within ramp may break or have inconsistencies until changes are made to handle this change.

Resolves #5861