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

Query Change for Has Transcript and Has Caption Facets #5817

Open
2 tasks
joncameron opened this issue May 3, 2024 · 1 comment
Open
2 tasks

Query Change for Has Transcript and Has Caption Facets #5817

joncameron opened this issue May 3, 2024 · 1 comment

Comments

@joncameron
Copy link
Contributor

joncameron commented May 3, 2024

Description

Changing the facet query to populate based on absence of field, to avoid requiring a re-index for all items. This will allow "No" values to be populated by the absence of the field or the existence of the explicit No value in the field, ensuring the counts are correct even when the explicit value hasn't been added to the index.

Also change facet query to look for presence of caption or transcript on the masterfile rather than on the media object itself. This means we don't have to maintain that data on the media object as well and don't have to reindex the media objects to add this functionality.

Done Looks Like

  • Facet counts for Has Transcript and Has Caption "No" values are marked the absence of the field or the existence of the explicit No value in the field
  • Change facet query to look for presence of caption or transcript on the masterfile rather than on the media object itself
@joncameron joncameron changed the title Has Transcript and Has Caption Facets Query Change Query Change for Has Transcript and Has Caption Facets May 8, 2024
@joncameron
Copy link
Contributor Author

This one could wait; could be moot if something else changing in 7.8 is requiring a re-index on media objects anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant