When migrating from (the abandoned) https://github.com/twitter/typeahead.js to (the maintained) https://github.com/corejavascript/typeahead.js, I reviewed some configuration aspects and noticed that we use a callback function when configuring a DataSet with property name ```displayKey```, while: - the [documentation](https://github.com/corejavascript/typeahead.js/blob/master/doc/jquery_typeahead.md#datasets) uses ```display```, - the [code accepts both](https://github.com/corejavascript/typeahead.js/blob/47d46b40cb834d8285ac9328c4b436e5eccf7197/src/typeahead/dataset.js#L48) Is either ```display``` or ```displayKey``` preferred? Might it be an idea to add ```displayKey``` to the documentation? Or will it be deprecated