1<?php
2/**
3 * Options for the searchdefaults plugin
4 *
5 * @author Michael Große <dokuwiki@cosmocode.de>
6 */
7
8
9$meta['default_sort'] = ['multichoice', '_choices' => ['hits', 'mtime']];
10$meta['default_time_limit'] = ['multichoice', '_choices' => ['any', 'week', 'month', 'year']];
11