Skip to content

Commit 73fef07

Browse files
committed
Request source in TIMDEX queries
1 parent 5edb8f8 commit 73fef07

25 files changed

+28
-24
lines changed

app/models/timdex_search.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class TimdexSearch < TimdexBase
5151
records {
5252
timdexRecordId
5353
title
54+
source
5455
contentType
5556
contributors {
5657
kind
@@ -183,6 +184,7 @@ class TimdexSearch < TimdexBase
183184
records {
184185
timdexRecordId
185186
title
187+
source
186188
contentType
187189
contributors {
188190
kind
@@ -309,6 +311,7 @@ class TimdexSearch < TimdexBase
309311
records {
310312
timdexRecordId
311313
title
314+
source
312315
contentType
313316
contributors {
314317
kind
@@ -445,6 +448,7 @@ class TimdexSearch < TimdexBase
445448
records {
446449
timdexRecordId
447450
title
451+
source
448452
contentType
449453
contributors {
450454
kind

test/vcr_cassettes/advanced_title_data.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/data.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/data_from_ridiculous_start.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/data_page_2.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/geo_all.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/geobox.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/geobox_and_geodistance.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/geobox_and_geodistance_many_decimals.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/vcr_cassettes/geobox_and_geodistance_no_decimals.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)