Niklas Bichinger
Niklas Bichinger
Try adding this somewhere your deploy.rb. It uses the same mechanism to figure out the git-revision than Capistrano 2 did. You don't need to fork this capistrano-rsync for this "intermediate...
The fix is already there (in jquery.event.frame), but unfortunately it didn't make it into the .min.js file! Workaround: Instead of including the .min.js-Version, include both the jquery.event.frame.js and the normal...
@mlh758 I would like to ask for your help here. I am stuck at 5 tests all having to do with keyword matching. And I don't know how to fix...
@serggl I checked the changes but could not find a difference that caused the tests to fail. :( I am not a Solr expert, so somebody with a good understanding...
Checked on Solr 7.0 with the config in this repo - same 5 tests fail. Checked on Solr 7.0 with the config in this repo and the original Sunspot code...
4 of 5 failing tests are quite old (2009!) and they do all relate to text search/boosting. ``` rspec ./spec/integration/keyword_search_spec.rb:245 # keyword search minimum match should match documents that contain...
> I agree though that it might be good to bring the docker-compose change in as a separate PR. That seems like it would be easier to review and merge....
I made a little progress on this failing test: ``` rspec ./spec/integration/keyword_search_spec.rb:110 # keyword search generally matches multiple keywords different options ``` It seems the minimum match (mm) parameter is...
Worked around it for the moment. I'm not sure on which level the `keywords` command is intended to operate (at the moment it only does quote escaping) but maybe we...
@mlh758 I'd like to give the remaining three failing tests another shot and look into the UUID and Currency types. But regardless of the outcome we should merge then. ;)