@cognite/templates-search-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @cognite/templates-search-sdk

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

20 kB

Total Files

13

Last publish

Collaborators

  • npmwatchtower
  • cognitecicd