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

[WIP] Componentizing Search and Filter functionality #37

Closed
wants to merge 7 commits into from

Conversation

jonathanyeong
Copy link
Owner

@jonathanyeong jonathanyeong commented Sep 29, 2021

Closes: #42
The current way to search and filter by tags works, but it's unreadable. And not extendable. I would like to move this into a svelte component and eventually open source it as its own library.

This component will eventually contain the search bar and the tag group
(filters). This commit will only move the Search bar into it's own component.
This component wraps the searchbar and handles returning the correct results.
Uncomment out code
I can filter posts by tag, but the search on the filter and un-selecting the
filter isn't working at all.
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.

Refactor the search functionality
1 participant