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

Phrase Searching for Metadata #6171

Open
2 tasks
joncameron opened this issue Jan 15, 2025 · 0 comments
Open
2 tasks

Phrase Searching for Metadata #6171

joncameron opened this issue Jan 15, 2025 · 0 comments

Comments

@joncameron
Copy link
Contributor

joncameron commented Jan 15, 2025

Description

Phrase searching is possible in Avalon's current configuration by enclosing a search phrase in quote characters, but extra results also appear for things that seem beyond the scope of the phrase.

Phrase searching isn't working as expected for metadata in MCO: search matched for a substring within a phrase and not the exact phrase string.

For different cases of "Found in" tokenization in search we may be able to keep it a phrase just for the metadata search results rather than the other parts as well.

Feedback on search and default "OR":

in searching for a phrase on MCO that it is searching for Term OR Term rather than AND — I did a search for Rich Searles (no quotes), Richard Searles and then tried "Richard Searles". All bring up lots of results not relevant to my need. And in addition to doing an OR search, it's also truncating the search - the first hit for the 2nd search brought up https://media.dlib.indiana.edu/media_objects/1544bq372
which has Richard and then elsewhere in the record, Searle (no "s" at the end). (the real recording I wanted came up as the 3rd result)

We'll need to look at the case above—deleting the transcript document for 1544bq372 in mco-staging removed it from returning as a result.

Done Looks Like

  • Query terms wrapped in quotes are treated as phrases
  • Results matching only substrings of the phrase are not returned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant