mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
add limit and offset
This commit is contained in:
parent
5c2a3f1b02
commit
0924fa90e0
8 changed files with 132 additions and 2 deletions
|
|
@ -45,6 +45,8 @@ use SearchDAV\XML\Scope;
|
|||
use SearchDAV\XML\SupportedQueryGrammar;
|
||||
|
||||
class SearchPlugin extends ServerPlugin {
|
||||
const SEARCHDAV_NS = 'https://github.com/icewind1991/SearchDAV/ns';
|
||||
|
||||
/** @var Server */
|
||||
private $server;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue