Hey, I am importing images and at the end running a publish operation on them 
as such:

$operationResult = eZOperationHandler::execute( 'content', 'publish', array( 
'object_id' =>$id,  'version' => $version ) );

However, they are not searchable until I edit them via admin interface. I've 
tried to manually index them by adding them to the ezpending_actions table. 
They are removed from the table by what I assume is the ezsolr cronjob when it 
indexes them. However I have to go in and edit the image object until it shows 
up in search. Is there anything else I need to do on importing to make this 
magical search work?
-- 
Sdk-public mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/sdk-public

Reply via email to