eventregistry
Advanced tools
Changelog
v9.1.1 (2024-11-14)
Fixed
logging
as false
to the EventRegistry
constructor the logs folder was still created. Now the logs are created only when logging
is set to true
.Updated
lodash
as a dependency.
AddedkeywordSearchMode
parameter that can be used in QueryArticles
, QueryArticlesIter
, QueryEvents
, QueryEventsIter
and QueryEvent
constructors.
UpdatedQueryArticles
class. Added filters authorsFilter
, videosFilter
, linksFilter
QueryMentions
class. Added several filters: industryUri
, sdgUri
, sasbUri
, esgUri
, minSentenceIndex
, maxSentenceIndex
, showDuplicates
const er = new EventRegistry();
er.logger.logLevel = LogLevel.DEBUG; // or LogLevel.INFO, LogLevel.WARN, LogLevel.ERROR
Changelog
v8.10.0 (2021-10-19)
Added
QueryMentions
that can be used to query mentions of specific event types. The class is currently in beta and not available to users unless they have permissions to use this endpoint. The classes QueryMentions
and QueryMentionsIter
can be used in the same way as classes for querying articles and events, except that some query parameters are added and some removed. Examples for the classes were also added.Updated
initWithComplexQuery
we now check if the provided json is valid json object and report error in case it is notChangelog
v8.9.2 (2021-05-12)
Updated
Added
required
and excluded
optional parameters to the TopicPage class to methods addConcept
, addKeyword
, addCategory
, addSource
, addSourceLocation
and addSourceGroup
.