Commit f8e6b9effb9494167b536798bd3d4ec290d149e7
1 parent
725eef04
Exists in
master
and in
16 other branches
Version bump to 4.1.0 [skip ci]
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
CHANGELOG.md
README.md
... | ... | @@ -105,10 +105,10 @@ where: { |
105 | 105 | store_id: {not: 2}, # not |
106 | 106 | aisle_id: {not: [25, 30]}, # not in |
107 | 107 | user_ids: {all: [1, 3]}, # all elements in array |
108 | - category: {like: "%frozen%"}, # like [master] | |
108 | + category: {like: "%frozen%"}, # like | |
109 | 109 | category: /frozen .+/, # regexp |
110 | 110 | category: {prefix: "frozen"}, # prefix |
111 | - store_id: {exists: true}, # exists [master] | |
111 | + store_id: {exists: true}, # exists | |
112 | 112 | _or: [{in_stock: true}, {backordered: true}], |
113 | 113 | _and: [{in_stock: true}, {backordered: true}], |
114 | 114 | _not: {store_id: 1} # negate a condition | ... | ... |
lib/searchkick/version.rb