Module macrobond_data_api.com.com_types.search_query
Classes
class SearchQuery-
Interface for the Macrobond search query.
Instance variables
var IncludeDiscontinued : bool-
If to include discontinued series, false by default.
var Text : str-
The free text search property.
Methods
def AddAttributeFilter(self, attribute_name: str, include: bool = True) ‑> None-
Add an attribute filter.
def AddAttributeValueFilter(self, attribute_name: str, attribute_values: object, include: bool = True) ‑> None-
Add an attribute value filter.
def SetEntityTypeFilter(self, entity_types: object) ‑> None-
Add an entity type filter.