Get in touch
Get in touch

Search Concepts

search(optionsopt) {ConceptSearchResults}

Searches for Concepts with optional filtering, faceting, sorting and paging
Properties
NameTypeAttributesDescription
optionsObject<optional>
Properties
NameTypeAttributesDefaultDescription
datasetstring<optional>_allId of dataset to search
pageSizenumber<optional>10Number of results to return per page
pageNonumber<optional>1Which page of results to return
nextPageTokenstring<optional>Token that can be used to fetch the next page of results
previousPageTokenstring<optional>Token that can be used to fetch the previous page of results
sortstring<optional>Sort order in the format {property1}:{asc|desc},{property2}:{asc|desc}
filterstring<optional>An NQL filter in the format {property1}:{value}
qstring<optional>Full text search
facetsstring | Array.<string><optional>List of facets to include in results
facetSizenumber<optional>10Number of facets to include in results
dateFacetsstring | Array.<string><optional>List of date facets to include in results
fieldsstring | Array.<string><optional>List of fields to include in results
embedstring | Array.<string><optional>List of relationship properties to embed in the results. Use “_all” to embed all relationships
idsstring | Array.<string><optional>List of Concept ids to return
booststring | Array.<string><optional>List of properties in the format {property}:{weighting} where weighting is number between 0 and 100
includeDateFieldsboolean<optional>When true, last modified and created dates are included in results
languagestring<optional>Language to use for multi-language properties
bypassCacheboolean<optional>When true, the request will bypass the Data Graphs cache
Returns:
Search Results
Type
ConceptSearchResults