3

I applied some product catalog rules and deleted them but site still shows the discount.

I also clicked on apply filter but nothing happened.

Prior to 2.0, I was able to do it from the admin panel. 2.0 has only two options under System > Index Management

Options are:

  1. Update on save
  2. Update by schedule

All of my indexes need reindexing, as I can see the message "Reindex Required".

enter image description here

7ochem
  • 7,532
  • 14
  • 51
  • 80
devdoe
  • 460
  • 1
  • 7
  • 19

2 Answers2

4

In production mode Magento should be reindexed by a cronjob, see the documentation for further explanation: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html.

If not in production you can force the index to be reloaded with this Magento command:

php bin/magento indexer:reindex
Silvan
  • 1,347
  • 6
  • 33
  • 55
2

Hello You use following command in cmd if you using windows php -f bin/magento indexer:reindex enter image description here

Pratik
  • 3,805
  • 6
  • 31
  • 49