1<?php
2/**
3 * Default settings for the searchdefaults plugin
4 *
5 * @author Michael Große <dokuwiki@cosmocode.de>
6 */
7
8$conf['default_sort']    = 'hits';
9$conf['default_time_limit']    = 'any';
10