Skip to content

Local Library Search #4

@Rindrics

Description

@Rindrics

Description

Implement search functionality for the local library (references.bib).

Dependencies

Tasks

  • Load references.bib via GitHub API or fetch
  • Parse BibTeX to JSON (use bibtex-parse or similar library)
  • Implement fuzzy search with Fuse.js or similar
  • Display search results with book metadata
  • Show cover images from custom_info.json

Acceptance Criteria

  • User can type keywords and see matching entries
  • Results show title, author, year, and cover image
  • Search is responsive (< 100ms for typical queries)

Technical Notes

  • Consider caching parsed data in localStorage
  • Build-time indexing as optimization (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions