Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Products not showing in category page #32

Open
weeliem opened this issue Jun 9, 2019 · 1 comment
Open

Products not showing in category page #32

weeliem opened this issue Jun 9, 2019 · 1 comment

Comments

@weeliem
Copy link

weeliem commented Jun 9, 2019

Hi, is there any setting i need to tune to make the products show in category page? Currently is not showing in my demo site.

http://prntscr.com/nzfpc5

@ghost
Copy link

ghost commented Jun 10, 2019

Hi there. That could be one of 2 reasons, either the solr index needs to be rebuilt or the server is not connected.

Go to /admin/config/search/search-api and see the status of the products server. Green checkmark is good and red x means there's an issues.

Rebuild the index

  1. First rebuild the index by clicking Edit for the products index.
  2. Then go to the View tab.
  3. Then click Queue all items for reindexing at the bottom of the page.
  4. Then click the Index now button. Once the index has been rebuilt you should see the products (if this was the issue).

Server configuration error

  1. Click Edit for the products server.
  2. Then go to the View tab.
  3. There should be additional information in there that will help correct the issue. If it's saying the Solr server could not be reached, go on to the next step. If it's something different, you may need to Google it to find some answers.
  4. If the server could not be reached, go back to the Edit tab and look at the Configure standard Solr connector section. The settings in there will need to match your Solr install and setup. Mainly you will want to confirm:
  • Solr port
  • Solr path
  • Solr core
    Also, right above this section is a link to the solr server URI. Clicking that should bring you to your Solr dashboard outside of Drupal.
  1. Once you're connected, you'll have to rebuild the product index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant