Skip to content

Commit

Permalink
RAIN-1605 - Updated searcher query for W&S in UAT (#560)
Browse files Browse the repository at this point in the history
RAIN-1605 - Updated searcher query for W&S in UAT
  • Loading branch information
LataNaik-eGov authored Oct 9, 2020
1 parent 183dab9 commit 805d262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egov-searcher/localitySearcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ SearchDefinitions:
baseQuery: |
Select row_to_json(result) from
(
select applicationno as referenceNumber,locality from eg_ws_connection conn
select applicationno as referenceNumber,conn.locality from eg_ws_connection conn
INNER JOIN eg_pt_property property ON property.id = conn.property_id
INNER JOIN eg_pt_address ptadd ON ptadd.propertyid = property.id
) result $where
Expand All @@ -174,7 +174,7 @@ SearchDefinitions:
baseQuery: |
Select row_to_json(result) from
(
select applicationno as referenceNumber,locality from eg_sw_connection conn
select applicationno as referenceNumber,conn.locality from eg_sw_connection conn
INNER JOIN eg_pt_property property ON property.id = conn.property_id
INNER JOIN eg_pt_address ptadd ON ptadd.propertyid = property.id
) result $where
Expand Down

0 comments on commit 805d262

Please sign in to comment.