loadBloodhound: function () {
    var bloodhoundBuilder = this.props.bloodhoundBuilder || this.EntriesBloodhound;
    this.bloodhound = bloodhoundBuilder(this.props.local_suggestions, this.props.entry_names_url);
    this.bloodhound.initialize().then(this.bloodhoundInitialized);
  },