documentcloud / visualsearch

A Rich Search Box for Real Data
http://documentcloud.github.io/visualsearch/
MIT License
1.8k stars 225 forks source link

Dynamic data #123

Closed melvilgit closed 10 years ago

melvilgit commented 11 years ago

how to list dynamic data in the ui..for example i need to display data from an array..

samuelclay commented 10 years ago

See those callbacks in the facetMatches on the VS.js homepage? Stick your ajax call in there, and on success, return your data with the callback function.