Skip to content

Conversation

@NIDNASSER-Abdelmajid
Copy link

@NIDNASSER-Abdelmajid NIDNASSER-Abdelmajid commented Jan 5, 2026

Closes #360
This commit introduces a search bar and tag filtering functionality to the website.

  • Adds a search bar that allows users to search for conferences.
  • Implements fuzzy search using Fuse.js to provide a more forgiving search experience.
  • Updates the tag filtering to use OR logic, allowing users to select multiple tags to broaden the search.
  • A Readme files update to explain the implementation methodology.

This commit introduces a search bar and tag filtering functionality to the website.

- Adds a search bar that allows users to search for conferences.
- Implements fuzzy search using Fuse.js to provide a more forgiving search experience.
- Updates the tag filtering to use OR logic, allowing users to select multiple tags to broaden the search.
- Adds Gemfile and Gemfile.lock to document the dependencies needed for local development.
@smokhov
Copy link
Contributor

smokhov commented Jan 5, 2026

@NIDNASSER-Abdelmajid if your time allows could you please:

  • mention that this PR Closes #360 at the beginning of your comment.
  • update README on how and where this is used for other maintainers (e.g., I have updated the code without using any of the Ruby stuff, not not sure of the necessity for this):

Adds Gemfile and Gemfile.lock to document the dependencies needed for local development.

Thank you

index.html Outdated
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js" integrity="sha512-qTXRIMyZIFb8iQcfjXWCO8+M5Tbc38Qi5WzdPOYZHIlZpzBHG3L3by84BBBOiRGiEb7KKtAOAs5qYdUiZiQNNQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.34/moment-timezone-with-data-10-year-range.min.js" integrity="sha512-d11VXfxQMn+sZuIgzHITdIuInr4cVRGV/uLiSI643WH/J+p4gPFYSHXRMR2v+w4Rn2TSyzJjsZjc0M7+Qd+UXw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/store.js/2.0.12/store.legacy.min.js" integrity="sha512-3yZTInL4yLU1ajnca35KTk6YE4RPHJU2y+jbhHAykE9OzMHpc2BIJghNsbkBNacIJWLLUmUkLEGPDDWrFY2zzw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.6.2"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will need the integrity="" etc attributes so that it doesn't complain about "inclusion of the functionality from the untrusted source".

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi smokhov,
Can you check if it's good now?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NIDNASSER-Abdelmajid -- you seem to have simplified the PR by removing the Ruby/Gem stuff altogether. Personally, I think the "Search Functionality" section isn't needed either then. But I will let @clementfung to decide. The PR is otherwise useful. Thank you.

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.

OR filter for multiple conference tags

2 participants