This is not currently possible. It would require modifications to the typeahead script. It's apparently planned for v2 of the typeahead, but we can't wait for that and the current git master is unusably buggy. Our options are to either:
Just do #110, which makes this less useful.
Implement it ourselves. Currently the display value is all that's being searched. We need to make it so that we can pass an array to display and all those values would be searched (and highlighted).
This is not currently possible. It would require modifications to the typeahead script. It's apparently planned for v2 of the typeahead, but we can't wait for that and the current git master is unusably buggy. Our options are to either:
display
value is all that's being searched. We need to make it so that we can pass an array todisplay
and all those values would be searched (and highlighted).