Skip to content

Commit

Permalink
[CHORE] Fix bdc
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Sep 26, 2024
1 parent 7772da5 commit 9dd9769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_node_id,
concept_node.concept_node_id AS concept_path,
(string_agg(concept_node_meta.value, ' ') NOT LIKE '%true%') AS allowFiltering
FROM
concept_node
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dashboard.nonmeta-columns=abbreviation,name
dashboard.enable.extra_details=true
dashboard.enable.bdc_hack=false

filtering.unfilterable_concepts=stigmatized
filtering.unfilterable_concepts=stigmatized

0 comments on commit 9dd9769

Please sign in to comment.