(model)
| 681 | getSelectedResultEl () { return this.getValEl().find('.treema-search-selected') } |
| 682 | |
| 683 | modelToString (model) { return model.get('name') } |
| 684 | |
| 685 | formatDocument (docOrModel) { |
| 686 | if (docOrModel instanceof CocoModel) { return this.modelToString(docOrModel) } |