本地搜索引擎的代码不起作用

the code of local Search engine wouldn't work

那(https://jsfiddle.net/a0t376hy/)

包含软件代码本地搜索,多次尝试正确安装后无法使用,什么原因?

您需要将 JSON 中的字段映射到预期的列名称。

    fields: {
      title   : 'name'
    }

https://jsfiddle.net/a0t376hy/2/