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

Search in transcripts #14

Open
1 task
Tracked by #4
akdasa opened this issue Aug 5, 2024 · 0 comments
Open
1 task
Tracked by #4

Search in transcripts #14

akdasa opened this issue Aug 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@akdasa
Copy link
Member

akdasa commented Aug 5, 2024

Problem Statement:

Currently, users can search for tracks only by title and some metadata. However, they cannot find a lecture by its content, which limits the search functionality and user experience.

Proposed Solution:

  1. Pre-generate a Searchable. Develop a mechanism to pre-generate a searchable index that includes both metadata and the content of the tracks.
  2. Sync the Index on Mobile. Implement a feature to sync this index with mobile devices to ensure that users have access to the latest searchable content.
  3. Efficient Search Mechanism. Utilize the generated index to enable quick and efficient searches by both metadata and the actual content of the tracks.

Implementation Plan:

  • TBD
@akdasa akdasa added the enhancement New feature or request label Aug 5, 2024
@akdasa akdasa mentioned this issue Aug 5, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant