Diego Carrion
Diego Carrion
Hi Macario, thanks for the patch, I'll apply it. Case you wanna send me a pull request, I can accept it, too :)
Hi Simon, Solr server it not included in the gem anymore. If you need it, you can clone this project: http://github.com/dcrec1/jetty-solr It's configured to support all features in acts_as_sor_reloaded.
Hi Simon, can you plase copy the full stack trace? About the config file, are you referring to config/solr.yml ? If yes, you need it but it seems you have...
It seems that for a reason ENV['RAILS_ENV'] is nil and that is causing the error. You are executing a rake task right? Plz try to set ENV['RAILS_ENV'] in your task...
Yes, maybe with some conditionals, can you submit a patch please?
Yes, sure, thanks :)
You're right, in the case you have options[:facets][:query] = ["property_x:1 OR property_y:1"], the query will break. Can you create a test case and submit a patch?
Hi Wilker, as today, the plugin is supporting integration with Mongo through MongoMapper. The integration is pretty straight-forward, you shouldn't have to worry about anything. Anyway, any kind of documentation...
Sorry, I found out that this bug happens when using the mentioned combination with `datatables.net-buttons v1.7.0`. Should this be moved to the `datatables.net-buttons` repository?
@nertzy is this ok?