#**
* Provides navigation/access to Advanced search options
* Usually displayed near the top of the page
*#
##TODO: Make some nice tabs here
#set($queryOpts = $params.get("queryOpts"))
Type of Search:
##queryOpts=$queryOpts
## return to Simple Search
##set( $selected = ($queryOpts && $queryOpts != "") )
#set( $selected = ! $queryOpts )
#if($selected)
Simple
#else
Simple
#end
## GEO-Spatial / Location Based
#set( $selected = ($queryOpts == "spatial") )
#if($selected)
Spatial
#else
Spatial
#end
## Group By Field
#set( $selected = ($queryOpts == "group") )
#if($selected)
Group By
#else
Group By
#end