/Loewenstark_UrlIndexer

Loewenstark_UrlIndexer

Primary LanguagePHP

Loewenstark_UrlIndexer

Insperations by Dnd_PatchIndexer and some other improvments

Facts

Description

Fixing the following issues in Magento Catalog URL

  • only index active products
  • only index visible products
  • index products without categorie path
  • endless counter for url with the same url key!

This is a drop-in replacement for the core indexer and Dnd_PatchIndexer

Requirements

  • PHP >= 5.2.13
  • Magento

Compatibility

  • Magento >= 1.7

Installation Instructions

Uninstallation

Remove all extension files from your Magento installation (app/code/community/Loewenstark/UrlIndexer)

DROP TABLE urlindexer_url_rewrite

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Unit testing

Unit tests use EcomdevPHPUnit and mage-ci and can be runned with composer run test MAGENTO_VERSION, for example:

composer run test 1.9.1.0

The above command supposes you have a MySQL database with a "root" user without password. You can customize MySQL user and password using additional command parameters:

composer run test 1.9.1.0 another-user a-secure-password

Developer

Mathis Klooß http://www.mage-profis.de/ @gunah_eu

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2013 Mathis Klooss