Jump to content

Featured Replies

Posted

I have a use case where I check a Pages record title in the display template and make some changes to it when necessary. 

Is there an easy way to initiate an update of the search index for that record after the {{$record->save()}} ?

Solved by Martin A.

Go to solution
  • Solution
\IPS\Content\Search\Index::i()->index( $record );

This will add or update the item.

Recently Browsing 0

  • No registered users viewing this page.