I am trying to iterate a JSON doc using JADE.
my server(running node.js + express) is doing the following on a .get() request,
app.get(\'/search/\',
In your code you are not iterating through the results array, do to so you should do something like this:
results
for result in results p #{result.name}