Skip to content

Commit

Permalink
add range to filter years
Browse files Browse the repository at this point in the history
  • Loading branch information
parisa-zahedi committed Jul 25, 2024
1 parent 80222de commit eb4e213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ In this step, you may select articles based on a filter or a collection of filte
"filters": [
{
"type": "YearFilter",
"year": 2022
"start_year": 1800,
"end_year": 1910
},
{
"type": "DecadeFilter",
Expand Down

0 comments on commit eb4e213

Please sign in to comment.