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

Implement content search feature #185

Open
wants to merge 1 commit into
base: apero
Choose a base branch
from
Open

Conversation

yabellini
Copy link
Owner

@yabellini yabellini commented Apr 25, 2024

Implements a content search feature on the website, enhancing user experience by allowing dynamic content search across the site.

  • Search Functionality: Adds static/js/search.js implementing search functionality using Fuse.js. This script fetches a search index file, binds the search input to search logic, and dynamically displays search results on the page.
  • Search UI Components: Introduces layouts/partials/search.html containing a search input field and a container for displaying search results, enhancing the site's interactivity.
  • Integration with Site Layout: Modifies layouts/_default/baseof.html to include the search.js script and the search.html partial, integrating the search feature into the site's main layout.
  • Documentation: Adds README.md providing detailed instructions on how to use the search feature and customize the search settings, ensuring ease of use and adaptability for future modifications.

For more details, open the Copilot Workspace session.

@yabellini yabellini added the enhancement New feature or request label Apr 29, 2024
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

Successfully merging this pull request may close these issues.

1 participant