diff options
-rw-r--r-- | lib/kkuleomi/store/model.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kkuleomi/store/model.rb b/lib/kkuleomi/store/model.rb index 23cfcff..80680d0 100644 --- a/lib/kkuleomi/store/model.rb +++ b/lib/kkuleomi/store/model.rb @@ -36,7 +36,7 @@ module Kkuleomi::Store::Model query: { bool: { filter: { - term: { package: package } } + term: { package: package } } }, must: { match_all: {} } |