getValue: function () {
    var item = this.searchCollection.getSelectedItem();
    if (item) {
      return item.getValue();
    } else {