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
sortstring<optional>Sort order in the format {property1}:{asc|desc},{property2}:{asc|desc}
filterstring<optional>NQL filter
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
Returns:
Search Results
Type
ConceptSearchResults