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

fix: limit search when using showSingleCategory #212 #273

Merged
merged 1 commit into from
Dec 8, 2019

Conversation

s-moran
Copy link
Contributor

@s-moran s-moran commented Dec 8, 2019

This is a straight forward fix for broken search when [showSingleCategory]="true". We simply need to make sure that the "Search" category is contained in activeCategories.

There are still other issues with search, e.g., #172, but we can get this one out of the way for the time being.

closes #212

@scttcper scttcper changed the title Fixes #212 fix: limit search when using showSingleCategory #212 Dec 8, 2019
@scttcper scttcper merged commit f07b62e into scttcper:master Dec 8, 2019
@scttcper
Copy link
Owner

scttcper commented Dec 8, 2019

🎉 This PR is included in version 1.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search not working if [showSingleCategory] is true
2 participants