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

Commits on Mar 28, 2024

  1. FIX: Allow searching for unsolved posts with tags

    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 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9b500aa View commit details
    Browse the repository at this point in the history
  2. Minor spec change

    pmusaraj committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e150996 View commit details
    Browse the repository at this point in the history
  3. Lint!

    pmusaraj committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f6af2d7 View commit details
    Browse the repository at this point in the history