diff --git a/docs/generic-json.md b/docs/generic-json.md index 3f34403..a50ded2 100644 --- a/docs/generic-json.md +++ b/docs/generic-json.md @@ -83,7 +83,7 @@ You are interested in checking the variety of your catalog and plan to use `Phen primary_key: title # Set the allowed terms or properties for use with include|exclude-terms - allowed_terms: [country,genre,year] + allowed_terms: [country,genre,year,title] # Set the terms which are arrays array_terms: [genre] diff --git a/t/movies_config.yaml b/t/movies_config.yaml index a49e1c0..76f1951 100644 --- a/t/movies_config.yaml +++ b/t/movies_config.yaml @@ -5,7 +5,7 @@ format: MXF primary_key: title # Set the allowed terms or properties for use with include|exclude-terms -allowed_terms: [country,genre,year] +allowed_terms: [country,genre,year,title] # Set the terms which are arrays array_terms: [genre]