Skip to content

Commit

Permalink
MODFQMMGR-346 Make service_point_ids in Locations non-queryable
Browse files Browse the repository at this point in the history
  • Loading branch information
mweaver-ebsco committed Jun 27, 2024
1 parent ada34f9 commit adab64c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
},
sourceAlias: 'location',
queryable: true,
queryable: false,
visibleByDefault: false,
valueGetter: "(SELECT array_agg(sp_id.value::text) FILTER (WHERE (sp_id.value::text) IS NOT NULL) AS array_agg FROM jsonb_array_elements_text(:sourceAlias.jsonb -> 'servicePointIds'::text) sp_id(value))",
filterValueGetter: "( SELECT array_agg(lower(sp_id.value::text)) FILTER (WHERE (sp_id.value::text) IS NOT NULL) AS array_agg FROM jsonb_array_elements_text(:sourceAlias.jsonb -> 'servicePointIds'::text) sp_id(value))",
Expand Down

0 comments on commit adab64c

Please sign in to comment.