2.6.3 • Published 5 years ago

docsearch.js v2.6.3

Weekly downloads
103,064
License
MIT
Repository
github
Last release
5 years ago

DocSearch.js

Library that packages DocSearch in a single function.

Installation

npm install docsearch.js
# or
yarn add docsearch.js

Usage

docsearch({
  indexName: 'YOUR_INDEX_NAME',
  apiKey: 'YOUR_API_KEY',
  container: 'input[type="search"]',
});

API

docsearch(options)

docsearch({
  container,
  placeholder,
  stalledSearchDelay,
  onItemSelect,
  onItemHighlight,
}: DocSearchOptions);

interface DocSearchOptions extends DocSearchCoreOptions {
  /**
   * The container of the search box.
   */
  container: HTMLElement | string;
  /**
   * The text that appears in the search box input when there is
   * no query.
   *
   * @default `"Search"`
   */
  placeholder?: string;
  /**
   * The number of milliseconds before the search is considered
   * as stalled
   *
   * @default `300`
   */
  stalledSearchDelay?: number;
  /**
   * Function called when the user highlights an item.
   * Highlighting happens on hover and on keyboard navigation.
   */
  onItemHighlight?({ hit }: { hit: DocSearchHit }): void;
  /**
   * Function called when the user selects an item.
   */
  onItemSelect?({ hit }: { hit: DocSearchHit }): void;
}
vuepress-theme-simplest@commercetools-docs/gatsby-theme-docsvuepress-theme-lyen@dineshghule321/nebular@docusaurus-azuread/theme-search-algolia@defif/vuepress-theme-defifdocslxlib@allen0304/nebularvuepress-theme-huberyvuepress-theme-naviinebular_forked_version_three_point_fourvuepress-theme-idoohayojpvuepress-theme-timivuepress-theme-defifdocs@roman-hotsiy/redocly-dev-portalvuepress-theme-hbsvuepress-theme-bhabgsvuepress-theme-rop@joyui/vuepress-theme-antdocs@everything-registry/sub-chunk-1496xianyukeji-vuepressvuepress-theme-uniappvuepress-theme-uphgvuepress-theme-vboxvuepress-theme-vdocumentingvuepress-theme-vdoingvuepress-theme-wjygritvuepress-theme-yxj-antdocs-phonevuepress-theme-vdoinghwwvuepress-theme-vtvuepress-theme-vuejsvuepress-theme-weiyievuepress-plugin-ymin-themevuepress-theme-default-hotvuepress-theme-default-multi-sidebarvuepress-theme-default-rtlvuepress-theme-default-uyghurvuepress-theme-docvuepress-theme-elementuidocsvuepress-theme-ermuvuepress-theme-abeewayvuepress-theme-actilityvuepress-theme-cbinvuepress-theme-ckqvuepress-theme-blog-defaultvuepress-theme-bocadillovuepress-theme-antdocs-scssvuepress-theme-antdocs2vuepress-theme-antd-docsvuepress-theme-antdocsvuepress-theme-antdocs-phonevuepress-theme-antdocs-provuepress-rc-theme-defaultvuepress-theme-copvuepress-theme-copy-antdocsvuepress-theme-evervuepress-theme-fakevuepress-theme-fullstackvuepress-theme-giteavuepress-theme-icvuepress-theme-jabinblogvuepress-theme-hangvuepress-theme-haobomvuepress-theme-homesitevuepress-algoliavuepress-nextvuepress-theme-juuustvuepress-theme-kenvuepress-theme-kimvuepress-theme-knowledgevuepress-theme-koalavuepress-theme-ldyvuepress-theme-learingvuepress-theme-lec-cafevuepress-theme-tasselvuepress-theme-thindarkvuepress-theme-titaniumvuepress-theme-liapivuepress-theme-lovingvuepress-theme-middlefrontvuepress-theme-qinvuepress-theme-realwdsvuepress-theme-reco-hjyvuepress-theme-reco-ldyvuepress-theme-navivuepress-theme-similar-yiliavuepress-theme-solarizedvuepress-theme-sqlee-blogvuepress-theme-succinctvuepress-theme-reco-lsvuepress-theme-recodvuepress-theme-recoxvuepress-theme-roninwzvuepress-theme-rookiewisdom-sitewryvpvp-theme-gitlab-apixjl-vuepressvuepress-theme-groot
3.0.0-beta.0

5 years ago

2.6.3

5 years ago

2.6.2

5 years ago

2.6.1

5 years ago

2.6.0

5 years ago

2.5.2

6 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

1.5.0

7 years ago

2.3.0

7 years ago

2.2.1

7 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

2.2.0

7 years ago

2.1.8

8 years ago

2.1.7

8 years ago

2.1.6

8 years ago

2.1.5

8 years ago

2.1.4

8 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago