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

[Feature] Implemented Real-Time Search Functionality for FAQs #330

Merged
merged 6 commits into from
Oct 30, 2024

Conversation

PrityanshuSingh
Copy link
Contributor

📋 Description

This PR introduces a real-time search feature for the FAQ section. Users can now enter keywords in a search bar to dynamically filter and display matching FAQs as they type, enhancing the ease and efficiency of locating specific information. Additionally, the feature highlights relevant keywords within the FAQs to improve readability.

🔨 Changes Made

  • Implemented a real-time search bar in the FAQ section.
  • Added dynamic filtering to display relevant FAQs based on user input.
  • Included keyword highlighting within matched FAQs to improve visibility and user experience.

✅ Checklist

Before submitting the PR, please make sure you have completed the following:

  • I have followed all the guidelines mentioned in CONTRIBUTING.md.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (if applicable).
  • I have tested it locally, and it works as expected.
  • Any dependent changes have been merged and published in downstream modules.

🏷️ Types of Changes

What type of changes does your code introduce? (Check all that apply)

📸 Screenshots (if applicable)

image

@Harshdev098 Please consider assigning me label under gssoc-ext level3 and hactoberfest-accepted, once the PR gets merged, as I have implemented a new feature.

@Harshdev098
Copy link
Owner

Harshdev098 commented Oct 30, 2024

@PrityanshuSingh Can you enhance this feature
Currently the box content is not opening when the keyboard has been found
This enhancement can be done so that if the keyword has been found it should open them for the user

@PrityanshuSingh
Copy link
Contributor Author

@PrityanshuSingh Can you enhance this feature Currently the box content is not opening when the keyboard has been found This enhancement can be done so that if the keyword has been found it should open them for the user

Ok will add the functionality accordingly

Optimized search feature, now the panel opens too if the keyword matches
@PrityanshuSingh
Copy link
Contributor Author

@Harshdev098 Kindly review the PR, now the pannel box content is opening if the keyword is matching. Consider assigning me label of level3 as a new feature is implemented, once the PR gets merged.

FAQ.SEARCH.OPTIMIZE.mp4

@Harshdev098 Harshdev098 merged commit 58c55d0 into Harshdev098:main Oct 30, 2024
1 check passed
Copy link
Contributor

🎉🎉 Thank you for your contribution! Your PR #330 has been merged! 🎉🎉

@Harshdev098 Harshdev098 added hacktoberfest This issue belongs to hacktoberfest gssoc-ext This issue is under GSSoc Ext program level3 labe3 label for gssoc hacktoberfest-accepted label for accepted PRs under hacktoberfest labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext This issue is under GSSoc Ext program hacktoberfest This issue belongs to hacktoberfest hacktoberfest-accepted label for accepted PRs under hacktoberfest level3 labe3 label for gssoc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST]: Implement Real-Time Search Functionality for FAQs
2 participants