You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have a problem with EXT:ig_slug and the Solr extension.
Manually updating a slug marks the page as changed so that the indexer can update it's information about this very page.
Updating slugs with this extension seem to bypass this and the indexer won't pick up the new slugs which leads to 404 errors in the search results.
Can you please add a function that notifies the Solr extension about the changed slugs? Thanks :-)
The text was updated successfully, but these errors were encountered:
I guess it should be enough to change \Ig\IgSlug\Utility\SlugUtility::updateEntry to use the DataHandler for updating the slug so that the record monitor from solr can pick up the change with the datahandler hook.
Is there a reason why
An additional sidenote: using the the DataHandler is of course more expensive compared to the querybuilder since it involves access checks, logging etc. So for populating a "fresh table" with hundreds or thousands of records this might need a paging or limit like proposed in #9
Hello there,
we have a problem with EXT:ig_slug and the Solr extension.
Manually updating a slug marks the page as changed so that the indexer can update it's information about this very page.
Updating slugs with this extension seem to bypass this and the indexer won't pick up the new slugs which leads to 404 errors in the search results.
Can you please add a function that notifies the Solr extension about the changed slugs? Thanks :-)
The text was updated successfully, but these errors were encountered: