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: Allow searching for unsolved posts with tags #284

Merged
merged 3 commits into from Mar 28, 2024
Merged

Conversation

pmusaraj
Copy link
Contributor

When using the status:unsolved search filter, the plugin was only returning results from topics in categories where solved was enabled.

This commit changes the search query to also include topics with tags that have solved enabled via the enable_solved_tags site setting.

This fixes the status:unsolved tags:tag1 search query.

When using the `status:unsolved` search filter, the plugin was only
returning results from topics in categories where solved was enabled.

This commit changes the search query to also include topics with tags
that have solved enabled via the `enable_solved_tags` site setting.

This fixes the `status:unsolved tags:tag1` search query.
@pmusaraj pmusaraj merged commit a18ce6d into main Mar 28, 2024
4 checks passed
@pmusaraj pmusaraj deleted the fix-search-for-tags branch March 28, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants