Problem
On our Browse Hearings page, we currently don't include the transcription text itself as a searchable field (e.g. so if a user wants to find all hearings that discuss "Healthcare Subsidies", there is no easy way to do so).
We have all the transcription text in Firestore already, so we should be able to add these fields to our Typesense index and include them as searchable (but not filterable) fields.
Success Criteria
Problem
On our Browse Hearings page, we currently don't include the transcription text itself as a searchable field (e.g. so if a user wants to find all hearings that discuss "Healthcare Subsidies", there is no easy way to do so).
We have all the transcription text in Firestore already, so we should be able to add these fields to our Typesense index and include them as searchable (but not filterable) fields.
Success Criteria
transcriptionTextas a new field to the Hearings Typesense indextranscriptionTextas an option for the search in the main Search bar on the Browse Hearings page