Skip to content

Why categories field is empty ? #32

@dmarro89

Description

@dmarro89

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.
schermata 2017-04-01 alle 10 51 01

Why ?

Greetings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions