## Draw a picker for the simple filter list, if provided
#if ($simple-filter-list.size() > 0)
#set ($hideSelectedFilters = true) ## Used by selected-filters.html
#if ($searchCore.phone)
#else
#foreach ($filter in $simple-filter-list)
#end
#end
#end
#parse("$searchCore.parseFileLocation('targeted-search')/html/includes/filter-group-pickers.html")
## Draw a picker for space categories, if configured to show
#if ($show-space-categories && !$searchCore.spaceCategories.empty)
#end
## Draw a picker for the supported content types (page, blogpost, attachment), if configured to show
#if ($show-content-types)
#end
## Draw a single-select field for the last modified date ranges, if configured to show
#if ($show-last-modified)
#end
## Draw a single-select field for the sort options, if configured to show
#if ($show-sort-options)
$searchCore.text("com.brikit.targetedsearch.sort.by")
#end