Graeme Lambert

Results 3 issues of Graeme Lambert

I've followed the installation steps, ran `reinstall -s` and this is what I get when I try to go to https://mage2.dev:88/ ![image](https://user-images.githubusercontent.com/8091816/34460781-968275e8-ee10-11e7-9535-9df146403a6c.png)

### `Details` Traced this issue down to `attrs` and this area in particular; ```javascript let attrValue = object[key]; if (replaceQuote) { attrValue = object[key].replace(/"/g, '"'); } attr += ' '...

If we could access statistics via the admin panel and via the API that would be very useful. Statistics that come to mind would be common phrases and # searches...

enhancement