Skip to content

Commit f422a3e

Browse files
authored
Merge pull request #171 from MITLibraries/TIMX-181-multiple-date-range-fix
Timx 181 multiple date range fix
2 parents d70dd06 + 80888a3 commit f422a3e

File tree

3 files changed

+92
-83
lines changed

3 files changed

+92
-83
lines changed

Pipfile.lock

Lines changed: 91 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/opensearch_mappings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
},
105105
"dates": {
106106
"type": "nested",
107-
"include_in_parent": "true",
108107
"properties": {
109108
"kind": {
110109
"type": "keyword",

tim/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Main command group
3333

3434

35-
@click.group(context_settings=dict(help_option_names=["-h", "--help"]))
35+
@click.group(context_settings={"help_option_names": ["-h", "--help"]})
3636
@click.option(
3737
"-u",
3838
"--url",

0 commit comments

Comments
 (0)