Fix documentation for search paging

This commit is contained in:
Jan Viktor Apel 2015-12-04 10:07:51 +01:00 committed by Patrick Mooney
parent bb2d018b2c
commit 7059cf6b8a
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ Here is an example where both of those parameters are used:
var opts = { var opts = {
filter: '(objectclass=commonobject)', filter: '(objectclass=commonobject)',
scope: 'sub', scope: 'sub',
paging: { paged: {
pageSize: 250, pageSize: 250,
pagePause: true pagePause: true
}, },