Joe Bryan

Results 167 comments of Joe Bryan

If we want to cache by URI, might that be better implemented in middleware? I bet there's lots of node.js caching solutions ... RE: extra URL params, there are hooks...

I think there's opportunities for optimization here. In particular, I like the idea of some kind of conditional breadcrumbs on the details page, only visible when you've navigated to it...

> If there's a local MarkLogic instance available when the app is generated ;)

We could help users by just telling them to run `npm install` or `bower install` in an error/log message if either fail for any reason.

This should be on ml-search-ng, the functionality is totally contained there.

To be clear, you're asking that the stored search options be loaded initially, and the facet values be compared to their respective `facet-limit` property?

I don't think show-more needs to be on by default. It's trivial to add to a demo if requested. I think loading search-options when a new mlsearch context is initiated...

Most of the front-end code in slush and related projects is built for a two-tier architecture (ie, direct use of the REST API). Our use of node is 1) as...

I've done some work in ml-common-ng, trying to replace the query-builder with the API from the official node client (see joemfb/ml-common-ng#1 and the `marklogic-integration` branch). Such an integration would break...

@drbeefsupreme looking at CI, `+slew` already exists, so you'll need to find another name for it. Also, please target `next/kelvin/411` with these changes (you can edit this PR, no need...