-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Hi,
i'm executing this query.
q = QueryArticles(lang = ["ita"])
q.addRequestedResult(RequestArticlesInfo(page = 1, count = 30, sortBy = "date", sortByAsc = False, returnInfo =
ReturnInfo(articleInfo = ArticleInfoFlags(bodyLen = -1,
basicInfo = True,
title = True,
body = True,
eventUri = False,
concepts = False,
storyUri = False,
duplicateList = False,
originalArticle = False,
categories = True,
location = False,
image = True,
extractedDates = False,
socialScore = False,
details = True))))
return er.execQuery(q)
In the results, the "categories" field is empty for each news.
Why ?
Greetings
Metadata
Metadata
Assignees
Labels
No labels