Search through both name and screen_name.

このコミットが含まれているのは:
Roger Braun 2016-11-30 17:07:50 +01:00
コミット 5badc930c9
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -49,7 +49,7 @@ const defaultCollection = {
menuContainer: document.body,
// column to search against in the object (accepts function or string)
lookup: 'name',
lookup: ({name, screen_name}) => `${name} (@${screen_name})`,
// column that contains the content to insert by default
fillAttr: 'screen_name',