lib/gummi/db_layer/document/search/searching.rb in gummi-0.2.2 vs lib/gummi/db_layer/document/search/searching.rb in gummi-0.2.3
- old
+ new
@@ -16,12 +16,13 @@
attribute :options, Hash, default: {}
end
def to_client_args
args = {
- index: index,
- from: from,
- size: size,
+ index: index,
+ from: from,
+ size: size,
+ lenient: true,
}
args[:type] = type if type
args.merge options
end
\ No newline at end of file