spree-solr-search icon indicating copy to clipboard operation
spree-solr-search copied to clipboard

Search for Spree via Solr

Results 8 spree-solr-search issues
Sort by recently updated
recently updated
newest added

See https://github.com/mislav/will_paginate/wiki/Backwards-incompatibility (at bottom)

I've written a gem to include a number of helper methods that can help to sanitize bad user input by either escaping special characters or removing them entirely. The gem...

I am working on a project that uses this extension and spree_static_content. After getting this extension running all of my static content pages threw an error as follows: ActionView::Template::Error (undefined...

I am trying to use spree solr search plugin .Installation part worked fine But when i execute rake solr:reindex BATCH=500 Clearing index for Product... rake aborted! 400 "Bad Request" Tasks:...

So I was trying to find a way to message you about this, but I couldn't find it. :/ Apologies, since I'm sure that this is the wrong place for...

Hi when i do a search, the response is : undefined method `paginate' for #Array:0x007fd814470420. I try change the row of file: spree-solr-search / lib / spree / search /...

Hi sir Thankyou for this wonderful plugin But i am finding some problem in installing on (0.80) and(0.70.1) version. When i executed rails g spree_solr_search:install command i am getting this...

Hi, Using solr_search as an extension to a 0.11 gem based site. I was writing a rake task to iterate all my products, do a gsub on the "name" attribute,...