Products not showing in category page
Opened this issue · 1 comments
weeliem commented
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.
Deleted user commented
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
- First rebuild the index by clicking
Edit
for the products index. - Then go to the
View
tab. - Then click
Queue all items for reindexing
at the bottom of the page. - 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
- Click
Edit
for the products server. - Then go to the
View
tab. - 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.
- If the server could not be reached, go back to the
Edit
tab and look at theConfigure 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.
- Once you're connected, you'll have to rebuild the product index.