mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
comment
This commit is contained in:
parent
b47321646b
commit
721b8825d8
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ interface ISearchBackend {
|
||||||
public function search(Query $query);
|
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 INode[] $nodes
|
||||||
* @param string[] $requestProperties
|
* @param string[] $requestProperties
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue