When you change field settings for an index, you get a message saying it needs re-indexing.

It would be handy to have a link in this message that takes you to the right page to do that. Patch coming.

Comments

joachim created an issue. See original summary.

joachim’s picture

Status: Active » Needs review
StatusFileSize
new729 bytes
drunken monkey’s picture

Status: Needs review » Fixed

Make sense, yes, thanks for the suggestion and the patch!
URLs should generally always use an @ placeholder, but apart from this the patch looks solid.
Committed.
Thanks again!

  • drunken monkey committed 39e9e86 on 7.x-1.x authored by joachim
    Issue #2638740 by joachim, drunken monkey: Added a link to the index to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

capysara’s picture

I’m not sure if I should post this here or create a new issue since this is already committed. Wrapping this in a url() call (as noted in https://www.drupal.org/project/search_api/issues/2948820).

Patch for D8 to follow.

I have some coding standard changes, but I'll create a new issue and post the patch there.

capysara’s picture

capysara’s picture

I can't changed the status on this one, but here is the D8 version

capysara’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
Issue tags: +needs port to Drupal 8