mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-17 15:02:13 -04:00
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.