Skip to content

Commit

Permalink
CONCEPT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Sep 26, 2024
1 parent 5f392b6 commit 3c44f52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ConceptRepository {
private static final String ALLOW_FILTERING_Q = """
WITH allow_filtering AS (
SELECT
concept_node.concept_node_id AS concept_path,
concept_node.concept_node_id AS concept_node_id,
(string_agg(concept_node_meta.value, ' ') NOT LIKE '%true%') AS allowFiltering
FROM
concept_node
Expand Down

0 comments on commit 3c44f52

Please sign in to comment.