0.1.2 • Published 4 years ago

@cognite/templates-search-sdk v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Template Meta Search

Usage

import { CogniteClient } from '@cognite/sdk';
import { SearchEngine } from '@cognite/templates-search-sdk';

const client = new CogniteClient({...});
const engine = new SearchEngine(client);

await engine.index();

engine.search('my query');

Publish

  1. Merge PR to master
  2. run git pull to ensure you have the latest updates locally
  3. Run yarn publish, follow the steps