Skip to content

feat: add subject search functionality#345

Open
gayatripadalia wants to merge 1 commit into
pushkarscripts:mainfrom
gayatripadalia:feat/search-notes
Open

feat: add subject search functionality#345
gayatripadalia wants to merge 1 commit into
pushkarscripts:mainfrom
gayatripadalia:feat/search-notes

Conversation

@gayatripadalia

Copy link
Copy Markdown

Related Issue

Fixes #319


Description

This PR adds a search functionality to improve navigation across subjects.

Changes made:

  • Added a search bar to the Browse Subjects section.
  • Users can search by subject name or semester.
  • Implemented case-insensitive live filtering.
  • Added direct navigation to the selected subject.
  • Displays a user-friendly message when no matching subject or semester is found.

This feature helps users quickly locate subjects without manually browsing through each semester.


Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • UI/UX improvement
  • Refactor

Screenshots / Demo

Screenshot (1387) Screenshot (1386) Screenshot (1384) Screenshot (1385)

How Has This Been Tested?

Tested locally using the Next.js development server.

Verified the following:

  • Search returns matching subjects.
  • Search returns matching semesters.
  • Search is case-insensitive.
  • Clicking a search result navigates to the corresponding subject page.
  • Displays an appropriate message when no matching subject or semester is found.

Checklist

  • My code follows the project structure and conventions
  • I have tested the changes locally
  • I have linked the related issue properly
  • I have added screenshots where applicable
  • No existing functionality was broken

Additional Notes

Currently, the search supports subject names and semester names. This provides quicker navigation across the available subjects and can be extended in the future to support searching by topics and keywords within notes.

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

@gayatripadalia is attempting to deploy a commit to the PushkarScripts Team on Vercel.

A member of the Team first needs to authorize it.

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

Successfully merging this pull request may close these issues.

[FEATURE] Add search functionality for notes across all subjects

1 participant