Typeahead bloodhound tokenizer - 通配符搜索?

时间:2015-03-13 18:50:01

标签: typeahead.js bloodhound

https://github.com/twitter/typeahead.js

是否可以选择在Bloodhound中对搜索词进行通配?

例如,如果描述是“从film_actor导入”,则搜索将为电影而不是演员拍摄;希望它搜索*term*而不只是term*

这是我的设置:

  var datasets = new Bloodhound({
    datumTokenizer: Bloodhound.tokenizers.obj.whitespace('name description'),
    queryTokenizer: Bloodhound.tokenizers.whitespace,
    local: activeWorkspace.get('datasets')
  });

0 个答案:

没有答案