mirror of
https://github.com/typeable/bloodhound.git
synced 2024-12-02 06:30:29 +03:00
Formatting
This commit is contained in:
parent
244a123fd9
commit
db34d72eb4
@ -2130,7 +2130,7 @@ instance ToJSON Filter where
|
||||
|
||||
toJSON (MissingFilter (FieldName fieldName) (Existence existence) (NullValue nullValue)) =
|
||||
object ["missing" .=
|
||||
object ["field" .= fieldName
|
||||
object [ "field" .= fieldName
|
||||
, "existence" .= existence
|
||||
, "null_value" .= nullValue]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user