Changeset 6af7e0d in github for config/main.inc.php.dist


Ignore:
Timestamp:
Jun 18, 2011 3:45:26 PM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
b0689bd5
Parents:
24201dc
Message:

Use numSubOrdindates inconjuction with VLV to count total

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    recf295f r6af7e0d  
    537537  'fuzzy_search'  => true,    // server allows wildcard search 
    538538  'vlv'           => false,   // Enable Virtual List View to mor efficiently fetch paginated data (if server supports it) 
     539  'numsub_filter' => '(objectClass=organizationalUnit)',   // with VLV, we also use numSubOrdinates to query the total number of records. Set this filter to get all numSubOrdinates attributes for counting 
    539540  'sizelimit'     => '0',     // Enables you to limit the count of entries fetched. Setting this to 0 means no limit. 
    540541  'timelimit'     => '0',     // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit. 
Note: See TracChangeset for help on using the changeset viewer.