fortifier 0.2.2 → 0.2.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: f89fea86ef9175edf40a6e28d08f87a7f3476935
4
- data.tar.gz: 8c7fc2bf3cf7ba875acd524f1694130ce9674ec5
3
+ metadata.gz: d30eeb99b0b1213c68918b193b5b91259d956b97
4
+ data.tar.gz: 8f0d4e3b7a3446b5019da07a79242b12e0fee5b5
5
5
  SHA512:
6
- metadata.gz: 3fc21e036bb854a8363f4a845eb62ddf4aad0b00715cbd64b04955189604b29a80c33b81c625ab6f749b515f6bfcb7c7af98d0531fa3629a4083969fd631134a
7
- data.tar.gz: 2eb589040e267f1794905041391788ea4326074b8925ab16d4cd45bef308aeb16095a5314e5ea6dcdd6c62bf25f7f2074f7f5894daa85074423181b3fb12887e
6
+ metadata.gz: 73aaa91c7f54242d385e0616f1d230d27284f822e1c2206699ea15b7790498a6566e6d9446f9ebe20be820aed1724932c1dc9b71d76ef084779ffa2cc8e96c41
7
+ data.tar.gz: ddcb67cb26ae7007b574f581b096637d3ce3fab2408008793c49637cdee4c5272c464c8a4ac87d7d301b3ac61fe541b11787345879d47aa1f2044fc5333a325d
@@ -195,7 +195,7 @@ module Fortifier
195
195
  # aggregate_query is conditional b/c account_uuid isn't always provided (such as the Users page for providigm users in abaqis)
196
196
  app_uuids_query = "app_uuids_csv = '#{app_uuid}'"
197
197
  account_uuids_query = account_uuid ? " AND account_uuids_csv = '#{account_uuid}'" : ""
198
- search_keywords_query = search_keywords ? " AND search_keywords_csv = '#{search_keywords}'" : ''
198
+ search_keywords_query = search_keywords ? " AND FIND_IN_SET ('#{search_keywords}', search_keywords_csv)" : ''
199
199
  aggregate_query = app_uuids_query + account_uuids_query + search_keywords_query
200
200
 
201
201
  # b/c there's no 'enabled' field on auth user and abaqis allows this sorting (providigm/users in abaqis)
@@ -1,3 +1,3 @@
1
1
  module Fortifier
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Koloditch