Fix reportable_type search

This commit is contained in:
mdashlw 2025-03-22 11:54:51 +00:00 committed by GitHub
parent 8af67ab63a
commit c3386eabee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,8 @@ defmodule Philomena.Reports.Query do
ip_fields: ~W(ip),
bool_fields: ~W(open),
ngram_fields: ~W(reason),
default_field: {"reason", :ngram}
default_field: {"reason", :ngram},
no_downcase_fields: ~W(reportable_type)
]
end