StRiANON1 Posted February 27, 2017 Share 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)? Link to comment Share on other sites More sharing options...
BomAle Posted February 28, 2017 Share Posted February 28, 2017 Can you edit your script? if yes you must call index() a function that add item into search index table. Link to comment Share on other sites More sharing options...
Adriano Faria Posted February 28, 2017 Share Posted February 28, 2017 Search for: \IPS\Content\Search\Index::i()->index( $record ); Link to comment Share on other sites More sharing options...
StRiANON1 Posted February 28, 2017 Author Share Posted February 28, 2017 Ok, I see. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.