Remy Loubradou

Results 44 comments of Remy Loubradou

By the way what is your npm username ? It seems your github username is not your npm username.

No worries, you are now a collaborator of the solr-client module on npm. :) Sure about the style guideline, jscs, semver you can open a issue and we can discuss....

Hi @kibertoad , Sure always looking for maintainers, there is no maintainer really active at the moment.

Your plan looks good @kibertoad , I have added as contributor on this repo and on npm for the package solr-client. For the test suite, there is a section here...

It would be nice to support the old signature of the function `createClient` otherwise that's a breaking change, and I can see that it can be avoided. Also it would...

Sure go head @schlechtweg, I will merge this :). You could add the method `facetByRange(field,options)` and internally this method calls `facet(options)`. The `facet(options)` will now accept the `options.range` argument which...

Hey @marc-portier, Interesting I did not know about the two different syntax to express a range, where did you find out about this? Sure your proposition is good, send a...

This is implemented, need a test to close this issue.

Thanks I know exactly what's going on, that's because I overrided `qs.escape` used by `qs.stringify` and I escape specials characters of Solr and also encode uri components (https://github.com/lbdremy/solr-node-client/blob/v0.3.x/lib/query.js#L13). I will...