forest_liana 2.11.2 → 2.11.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ab93da0f6928c1e4a13117fec220d839c4d3c4e
|
4
|
+
data.tar.gz: 3b494938d856e3019a3279b60008e21b786fe751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e1e6f41a6e0916e8e128b39e11151745cd2625d8c1323d281528916625449244f60ef6102aebfbd782fe1c18483141e540128504e4895a5c880744e594b1513
|
7
|
+
data.tar.gz: 6b3bec0413713d773e3330d68f3042b00c019355cfa327ddce738c420ed90537e1e0d188605b37202f4ebe15055ea00f24d9d276e17756f9432b4e5e5059c946
|
@@ -44,7 +44,7 @@ module ForestLiana
|
|
44
44
|
options[:is_collection] = true
|
45
45
|
json = JSONAPI::Serializer.serialize(records, options)
|
46
46
|
|
47
|
-
if options
|
47
|
+
if options[:params] && options[:params][:search]
|
48
48
|
# NOTICE: Add the Smart Fields with a 'String' type.
|
49
49
|
fields_searched.concat(get_collection.string_smart_fields_names).uniq!
|
50
50
|
json['meta'] = {
|
data/lib/forest_liana/version.rb
CHANGED