Fix search when keyword matches operator

This commit is contained in:
Omar Roth 2019-04-14 18:37:43 -05:00
parent ca515f2eae
commit 9c8f85741c

View File

@ -731,6 +731,8 @@ get "/search" do |env|
sort = value
when "subscriptions"
subscriptions = value == "true"
else
operators.delete(operator)
end
end