twitter / typeahead.js

typeahead.js is a fast and fully-featured autocomplete library
http://twitter.github.io/typeahead.js/
MIT License
16.52k stars 3.21k forks source link

Ignoring values in JSON #1762

Open bigbangbaznga opened 5 years ago

bigbangbaznga commented 5 years ago

I got some JSON data with urls in it. Like.. {name: random name, email: random email, link: url to contact }, ...

Is there a way to ignore the "link" value in that JSON? That part shouldnt be searched through, it's just supposted to be an info to link the suggestions, which are customized via "template"