Reputation: 1484
Project environment
gem 'sunspot_solr' , '2.0.0'
[DEPRECATION] RSolr.escape
is deprecated (and incorrect). Use Rsolr.solr_escape
instead.
How can I fix this warning, anyone have same issue?? and found solution?
Upvotes: 0
Views: 370
Reputation: 21
you can remove this line:
rsolr-1.0.13/lib/rsolr/char.rb: warn "[DEPRECATION] RSolr.escape is deprecated (and incorrect). Use RSolr.solr_escape instead."
Upvotes: 0