diff --git a/filter-data.sh b/filter-data.sh index 82aab30..3e23303 100755 --- a/filter-data.sh +++ b/filter-data.sh @@ -17,6 +17,7 @@ jq --argjson authors "${authors}" -r '[ .[] | select( ([.user] | inside($authors)) or (.url | contains("/enterprise-contract/")) or + (.url | contains("/update ec/")) or (.title | test("enterprise.contract"; "i")) ) ]'