Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin ItemIndexer not working with M2 2.3.6 #91

Open
raybog opened this issue Dec 24, 2020 · 4 comments
Open

Plugin ItemIndexer not working with M2 2.3.6 #91

raybog opened this issue Dec 24, 2020 · 4 comments

Comments

@raybog
Copy link

raybog commented Dec 24, 2020

The url_rewrite table is being populated by ItemIndexer in a wrong way resulting M2 ignoring SEO friendly URL key.

Screen Shot 2020-12-24 at 8 15 31 pm

Magmi setting:

[ValueReplacerItemProcessor]
VREP:columnlist = "url_key"
VERP:url_key = "{{ Slugger::slug({item.name}) }}"
[ItemIndexer]
 OTFI:useurlending = "0"
 OTFI:urlending = ".html"
 OTFI:usecatinurl = "1"
[DefaultValuesItemProcessor]
DEFAULT:columnlist = "store,url_rewrite"
DEFAULT:store = "admin,default"
DEFAULT:url_rewrite = "1"
@tmotyl
Copy link
Member

tmotyl commented Jan 22, 2021

@raybog are you able to send a PR fixing the issue?

@raybog
Copy link
Author

raybog commented Jan 24, 2021

@tmotyl not sure by when... I have implemented workaround that suits my project at the moment but not sure it is PR ready.

@tmotyl
Copy link
Member

tmotyl commented Jan 25, 2021

please send it and we will see ;)

@matteotestoni
Copy link

Hi @raybog, can you send your corrections?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants