Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 22, 20222 yr 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()}} ?
October 22, 20222 yr Solution \IPS\Content\Search\Index::i()->index( $record ); This will add or update the item.