Skip to content

Commit

Permalink
[CHORE] - Meta is breaking search vector
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Sep 13, 2024
1 parent 7125911 commit d8c6d92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ concept_node.concept_node_id AS id, string_agg(value, ' ') AS values
FROM
concept_node
join concept_node_meta on concept_node.concept_node_id = concept_node_meta.concept_node_id
WHERE
LENGTH(concept_node_meta.value) > 1000
GROUP BY
concept_node.concept_node_id
) AS concept_node_meta_str ON concept_node_meta_str.id = concept_node.concept_node_id
Expand Down

0 comments on commit d8c6d92

Please sign in to comment.