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

Support Phrase Searching for "Found In" in Catalog Search #6170

Open
2 tasks
joncameron opened this issue Jan 15, 2025 · 1 comment
Open
2 tasks

Support Phrase Searching for "Found In" in Catalog Search #6170

joncameron opened this issue Jan 15, 2025 · 1 comment

Comments

@joncameron
Copy link
Contributor

joncameron commented Jan 15, 2025

Description

Phrase searching (searching for an exact string by enclosing the query in quotes) doesn't apply to transcripts in the current Solr search strategy used by Avalon (Blacklight catalog search). Ideally, phrase searching should apply to both metadata matches and matches within transcripts or other supplemental files.

As phrase searching isn't built into the transcript search results, this will need to be a new implementation. It could be difficult to add phrase searching back to transcript search results; the current way it's written does this to avoid issues with special characters that held back efforts when first implemented.

Example

On avalon-dev, search "Richard Searles". There are many results with transcript hits, but the phrase doesn't appear to be in the transcript document; the search for transcripts is doing a standard OR search, rather than matching that exact string.

Done Looks Like

  • Query terms wrapped in quotes are treated as phrases for matching in text documents
  • Results matching only substrings of the phrase are not returned
@joncameron joncameron mentioned this issue Jan 15, 2025
2 tasks
@joncameron joncameron changed the title Phrase Searching for Transcript Search Phrase Searching for "Found In" in Catalog Search Jan 15, 2025
@joncameron joncameron changed the title Phrase Searching for "Found In" in Catalog Search Support Phrase Searching for "Found In" in Catalog Search Jan 15, 2025
@joncameron
Copy link
Contributor Author

joncameron commented Jan 15, 2025

May need to re-implement the "Found in" functionality. The current implementation is unable to do phrased searching.

Can be a time-boxed investigation.

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