Skip to content

Commit 1e13eaa

Browse files
Update ted_api.py
1 parent 20b44c4 commit 1e13eaa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ted_sws/notice_fetcher/adapters/ted_api.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
DEFAULT_TED_API_QUERY_RESULT_FIELDS = {"fields": ["AA", "AC", "CY", "DD", "DI", "DS", "TVL", "TY",
1717
"DT", "MA", "NC", "ND", "OC", "OJ", "OL", "OY",
1818
"PC", "PD", "PR", "RC", "RN", "RP", "TD", "TVH",
19-
"CONTENT", "notice-type", "award-criterion-type", "corporate-body",
20-
"funding", "notice-identifier", "notice-version"
19+
"CONTENT",
20+
# INFO: This query result fields is not supported correctly by TED-API.
21+
#"notice-type", "award-criterion-type", "corporate-body",
22+
#"funding", "notice-identifier", "notice-version"
2123
]}
2224

2325
TOTAL_DOCUMENTS_NUMBER = "total"

0 commit comments

Comments
 (0)