diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 87412084d..eb25f4732 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -299,7 +299,7 @@ class TagsController < ::ApplicationController options[:no_tags] = true else options[:tags] = tag_params - options[:match_all_tags] = true + options[:match_all_tags] = true if tag_params.size > 1 end options