Skip to content

Commit d74c633

Browse files
committed
Updated README file.
1 parent cbadb92 commit d74c633

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ It should be up to the store owner to figure out how he/she wants to fix these p
99
## Implemented features
1010

1111
- It can detect categories having incorrect `url_path` attribute values
12+
- It can detect categories having duplicated `url_key` attribute values within the same parent
13+
- It can detect categories having an empty `url_key` attribute value
1214
- It can detect products having non-empty `url_path` attribute values
1315
- It can detect products having duplicated `url_key` attribute values on the same store view
1416
- It can detect products having an empty `url_key` attribute value
@@ -47,11 +49,12 @@ bin/magento setup:upgrade
4749

4850
## Usage
4951

50-
There are some automatic cronjobs running every night at 02:10, 02:20 and 02:30 which will run the various checkers of this module.
52+
There are some automatic cronjobs running every night at 02:10, 02:15, 02:20 and 02:30 which will run the various checkers of this module.
5153
You can also opt to manually refresh one of the checkers in the Magento admin, which will schedule one of the cronjobs to be ran the next minute. You'll have to wait a few minutes (depending on the number of problems and how big your catalog is) before you'll see the results appearing. You'll need to refresh the page yourself btw, it won't happen by itself.
5254

5355
There are also some cli commands you can execute, which will give you instant feedback about found problems, and will also store that data so you can see them in the Magento admin:
5456

57+
- `bin/magento catalog:category:integrity:urlkey`
5558
- `bin/magento catalog:category:integrity:urlpath`
5659
- `bin/magento catalog:product:integrity:urlkey`
5760
- `bin/magento catalog:product:integrity:urlpath`

0 commit comments

Comments
 (0)