Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
StRiANON1 Posted February 27, 2017 Posted February 27, 2017 When we add records to pages database via some script directly in mysql table - this records isn't indexing and their content can't be searched. Only rebuilding all search index helps. How it's possible to fix this or - if this is a bug - can it will be fixed in next releases? Is there way to rebuild search index only for selected pages database or, at least, for pages component (without affecting all other data)?
BomAle Posted February 28, 2017 Posted February 28, 2017 Can you edit your script? if yes you must call index() a function that add item into search index table.
Adriano Faria Posted February 28, 2017 Posted February 28, 2017 Search for: \IPS\Content\Search\Index::i()->index( $record );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.