caboose-rets 0.1.171 → 0.1.172

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8960b969ed670f61c2d58c28d62d0a10e080e7692ec59c270dde4fc88f67090b
4
- data.tar.gz: 38d0d7eafd2386206d81ad6297efbe3c717d1de5c9f7b9e106690467b6196e6c
3
+ metadata.gz: ffe1bb33340eca294f66a11d3b0d30cdb1f3c0bafac94d98f6c9e35cc5b936b6
4
+ data.tar.gz: 33e44cedfeed2d4dcc0aeff18f51c874617a7dd21b255d09ab883f6adea3c700
5
5
  SHA512:
6
- metadata.gz: f0891b4f4f5c3a330213b346e3deedb6be2d7a5c5055f4b6d87b06de5d0f1f9608ea85f88a537b94e4c07afcdb02828420e7985f840f27479a03d59034dfc359
7
- data.tar.gz: 48c711d74948e0470f2dcf2a612cccc5cb19856f42170a2d1c48ba1753c45f7eba92e7b5bc8c4800c1b8736541131b26933cbec9feceb4b79996a3d10d0a8c1a
6
+ metadata.gz: 5c896ef5ef41cc6747e6ada1d539aa8274f754bcb25874bd7615c82f6f70c255718e9b00118682cf1dc45742031938fb6f9fa120a55c83dbf8dbe34ffeb2ebad
7
+ data.tar.gz: 3d0ed4a79ab4e28422570891a49c93ff1245fe12047b42f37544e5893e73c88719bff47c1b363ec83d4e18999a333b5a251ea5e021110d0e3cf6b71e1a74d8c9
@@ -25,7 +25,7 @@ module CabooseRets
25
25
  search_options = []
26
26
 
27
27
  if (@site && @site.id == 558) || request.original_fullpath =~ /^\/tuscaloosa-condos-for-sale(.*?)$/
28
- where = "(style ILIKE '%condo%' OR res_style ILIKE '%condo%' OR property_subtype ILIKE '%condo%' OR property_subtype ILIKE '%townhouse%')"
28
+ where = "(style ILIKE '%condo%' OR public_remarks ILIKE '%condo%' OR legal_description ILIKE '%unit%' OR res_style ILIKE '%condo%' OR property_subtype ILIKE '%condo%' OR property_subtype ILIKE '%townhouse%')"
29
29
  end
30
30
 
31
31
  if params[:location_query] && !params[:location_query].blank?
@@ -1,3 +1,3 @@
1
1
  module CabooseRets
2
- VERSION = '0.1.171'
2
+ VERSION = '0.1.172'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-rets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.171
4
+ version: 0.1.172
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-21 00:00:00.000000000 Z
11
+ date: 2020-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: caboose-cms