为什么我使用 easy:search 时会出现 "index is not defined" 错误

why do I get "index is not defined" error using easy:search

我只是想在 Meteor 中设置一个基本的搜索工具来在我的 MongoDB collection 中查找文章,但我正在努力下手(如果有人有替代搜索工具的好教程我愿意接受建议)。

我已经选择 easy:search because it seemed like a simple search tool to get running, however one paragraph into their getting started instructions 但我已经收到错误消息:

ReferenceError: Index is not defined

虽然如果我错了请纠正我,但这不就是

import { Index, MinimongoEngine } from 'meteor/easy:search'

行是为了?

编辑:我已经尝试在客户端和服务器端使用导入行,但无论哪种方式我都得到相同的错误

你有没有在 meteor 上安装这个包?

 meteor add matteodem:easy-search

我看到他们没有在入门说明中放置说明。

再见

当我在 "lib" 文件夹中包含 "import" 行以及服务器和客户端上的其他代码 (specified here) 为 运行 时,此问题得到解决

免责声明:我卸载并重新安装了 meteor 并且可能在此过程中更改了其他一些可能是真正解决方案的东西,但这似乎是触发更改