This library provides an extensible interface to the Bigdata Content Search API through ContentSearch. The method new() enables the construction of simplified searches with the following parameters.

  • query: A query object that represents the search criteria. It can contain several query filters combined with standard operators.
  • scope: A scope object that filters the search results by content type (news, files, etc).
  • date_range: A date range object that specifies the time frame of the search.
  • sortby: An enum that specifies the sorting criteria of the search results, either by SortBy.DATE or SortBy.RELEVANCE.