This commit is contained in:
Robin Appelman 2022-04-08 17:33:30 +02:00
commit 721b8825d8

View file

@ -84,6 +84,9 @@ interface ISearchBackend {
public function search(Query $query);
/**
* Called by the search plugin once the nodes to be returned have been found.
* This can be used to more efficiently load the requested properties for the results.
*
* @param INode[] $nodes
* @param string[] $requestProperties
*/