Michael Harris
Michael Harris
Apparently I missed this original post, sorry about that! There is a [sample config](https://github.com/sunspot/sunspot/tree/master/examples/solr7_core) in this repo that can get people up and running on 7. My team is currently...
This looks like a relatively straightforward change. Do we still want to add it though considering that Solr 7 has deprecated these and Solr 8 will remove them?
Is there something restricting you from calling `compact` on the array passed to the with/without statements?
I can't find any reference to facet.date in the current docs, but it does seem like [range](https://lucene.apache.org/solr/guide/7_0/faceting.html) faceting is the way to go on current versions. I found another Github...
If you're dealing with user input the [prepared](https://github.com/doug-martin/goqu/blob/master/docs/interpolation.md) functionality is probably the way to go.
@defunkydrummer I thought Go had the standard compiler and a plugin for gcc? Although looking at my go environment it seems like the current compiler _is_ the gcc compiler so...
I'm also stuck at [section 10](https://docs.rust-embedded.org/discovery/10-serial-communication/nix-tooling.html). I think at this step we just need the USB to serial module plugged in, nothing to the discovery board. However, it's just hanging...
We have a user in our application experiencing this same issue. So far as I can tell it's only the single user. We're using an internal provider. Using 2.7 version...
As a follow up to my previous comment, here is the result of some investigation from one of our teams: "For those curious, the issue arises due to non-standard handling...
Seems to be related to #74