We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4beef commit be87ee5Copy full SHA for be87ee5
1 file changed
python/philologic/Config.py
@@ -613,6 +613,16 @@
613
]
614
),
615
},
616
+ "collocation_fields_to_compare": {
617
+ "value": ["author", "title"],
618
+ "comment": "\n".join(
619
+ [
620
+ "# The collocation_fields_to_compare variable defines which metadata fields are used to compare collocation results.",
621
+ "# It is a list of metadata fields, such as ['author', 'title'].",
622
+ "",
623
+ ]
624
+ ),
625
+ },
626
"time_series_year_field": {
627
"value": "year",
628
"comment": "\n".join(
0 commit comments