i have uploaded multiple images with deffered binding and save them using this method
$project->save(null, post('_session_key'));
they are saved and i can see them on backend but when i try to retrieve them using sitesearch plugin everything in database model is retrieving but cannot get the images , following is my relation
$attachMany=[ 'postingimage'=>['System\Models\File', 'order' => 'sort_order'] ];
follwing is the code in sitesearch plugin for retrieving
i have uploaded multiple images with deffered binding and save them using this method
$project->save(null, post('_session_key'));
they are saved and i can see them on backend but when i try to retrieve them using sitesearch plugin everything in database model is retrieving but cannot get the images , following is my relation$attachMany=[ 'postingimage'=>['System\Models\File', 'order' => 'sort_order'] ];
follwing is the code in sitesearch plugin for retrievingbut when i print this model i got the following result
everthing is there except images Raise this issue on sitesearch plugin as well https://github.com/OFFLINE-GmbH/oc-site-search-plugin/issues/56