0.4.0 • Published 1 year ago

vuepress-plugin-meilisearch2 v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vuepress-plugin-meilisearch2

default-theme-use

import { defineUserConfig } from 'vuepress';
import { MeiliSearchPlugin } from 'vuepress-plugin-meilisearch2';

defineUserConfig({
  plugins: [
    MeiliSearchPlugin({
      host: '',
      apiKey: '',
      index: '',
    })
  ]
})

选项

  • host - 主机
  • apiKey - 密钥
  • index - 要查询的索引
  • limit - 设置单个查询返回的最大文档数,默认20
  • offset - 在搜索结果中设置起始点,有效地跳过给定数量的文档,默认0
  • filter - 使用筛选表达式来优化搜索结果,详见filtering
0.4.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago