Open ProxiBlue opened 8 years ago
The regex used to find duplicate url_keys are giving false positives if the given url_key ends in -[number]
for example:
19th-century-filipino-basket-with-lid-acc-7311-5219 would result in 19th-century-filipino-basket-with-lid-acc-7311-5219-1.html as the request url.
19th-century-filipino-basket-with-lid-acc-7311-5219
19th-century-filipino-basket-with-lid-acc-7311-5219-1.html
LGTM. +1
The regex used to find duplicate url_keys are giving false positives if the given url_key ends in -[number]
for example:
19th-century-filipino-basket-with-lid-acc-7311-5219
would result in19th-century-filipino-basket-with-lid-acc-7311-5219-1.html
as the request url.