mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-01 01:05:28 +02:00
Merge pull request #471 from mdashlw/fix-reportable-type-search
Fix reportable_type search
This commit is contained in:
commit
aa147d8b99
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue