spree_sunspot_search icon indicating copy to clipboard operation
spree_sunspot_search copied to clipboard

Augment Spree's built-in search with Solr and Sunspot with facets

Results 6 spree_sunspot_search issues
Sort by recently updated
recently updated
newest added

Hey folks, I'm not sure what is going on here, but I followed the documentation to order my store's products by price and received the following error: ``` ruby [21]...

The products are ordered by id not by score. The problem is that when you pull the hits out of the db by id (search.rb line 93) you lose the...

Products were not sorted as per the results from the SOLR hit, added ordering in the product to fix the issue

Hi, I found your gem and was very excited about it. But I have a problem to get it running: I started the solr server with `rake sunspot:solr:run` and then...

I installed the plugin rails plugin install command I started the Solr server also But when i am opening the spree page it showing the following error Internal Server Error...

Classic Version

Today i was trying to make your solr search plugin work on fresh spree installation.But when i am getting an errror like this You have requested: spree_sunspot_search >= 0 The...

Classic Version