<?xml version="1.0" encoding="UTF-8"?>
<T3DataStructure>
	<sheets>
		<sDEF>
			<ROOT>
				<sheetTitle>Search</sheetTitle>
				<type>array</type>
				<el>
					<search.targetPage>
						<label>Target Page</label>
						<config>
							<type>group</type>
							<allowed>pages</allowed>
						</config>
					</search.targetPage>
				</el>
			</ROOT>
		</sDEF>
		<sQuery>
			<ROOT>
				<sheetTitle>Query</sheetTitle>
				<type>array</type>
				<el>
					<search.initializeWithEmptyQuery>
						<label>Initialize search with empty query</label>
						<config>
							<type>check</type>
						</config>
					</search.initializeWithEmptyQuery>
					<search.showResultsOfInitialEmptyQuery>
						<label>Show results of initial empty query</label>
						<config>
							<type>check</type>
						</config>
					</search.showResultsOfInitialEmptyQuery>
					<search.initializeWithQuery>
						<exclude>1</exclude>
						<label>Initialize with query</label>
						<config>
							<type>input</type>
							<eval>trim</eval>
						</config>
					</search.initializeWithQuery>
					<search.showResultsOfInitialQuery>
						<label>Show results of initial query</label>
						<config>
							<type>check</type>
						</config>
					</search.showResultsOfInitialQuery>
					<search.query.filter>
						<section>1</section>
						<type>array</type>
						<el>
							<field>
								<type>array</type>
								<title>Filter</title>
								<el>
									<field>
										<label>Field</label>
										<config>
											<section>1</section>
											<type>select</type>
											<renderType>selectSingle</renderType>
											<itemsProcFunc>ApacheSolrForTypo3\Solr\System\UserFunctions\FlexFormUserFunctions->getFacetFieldsFromSchema</itemsProcFunc>
										</config>
									</field>
									<value>
										<label>Value</label>
										<config>
											<section>1</section>
											<type>input</type>
										</config>
									</value>
								</el>
							</field>
						</el>
					</search.query.filter>
					<search.query.sortBy>
						<exclude>1</exclude>
						<label>Sorting</label>
						<config>
							<type>input</type>
							<eval>trim</eval>
						</config>
					</search.query.sortBy>
					<search.results.resultsPerPage>
						<exclude>1</exclude>
						<label>Results per Page</label>
						<config>
							<type>input</type>
							<eval>int+</eval>
						</config>
					</search.results.resultsPerPage>
					<search.query.boostFunction>
						<exclude>1</exclude>
						<label>Boost Function</label>
						<config>
							<type>input</type>
							<eval>trim</eval>
						</config>
					</search.query.boostFunction>
					<search.query.boostQuery>
						<exclude>1</exclude>
						<label>Boost Query</label>
						<config>
							<type>input</type>
							<eval>trim</eval>
						</config>
					</search.query.boostQuery>
					<search.query.tieParameter>
						<exclude>1</exclude>
						<label>Tie Breaker</label>
						<config>
							<type>input</type>
							<eval>trim</eval>
						</config>
					</search.query.tieParameter>
				</el>
			</ROOT>
		</sQuery>
		<sOptions>
			<ROOT>
				<sheetTitle>Options</sheetTitle>
				<type>array</type>
				<el>
					<view.templateFiles.results>
						<label>Custom Template</label>
						<config>
							<section>1</section>
							<type>select</type>
							<renderType>selectSingle</renderType>
							<itemsProcFunc>ApacheSolrForTypo3\Solr\System\UserFunctions\FlexFormUserFunctions->getAvailableTemplates</itemsProcFunc>
						</config>
					</view.templateFiles.results>
					<view.pluginNamespace>
						<exclude>1</exclude>
						<label>Plugin Namespace</label>
						<config>
							<section>1</section>
							<type>select</type>
							<renderType>selectSingle</renderType>
							<itemsProcFunc>ApacheSolrForTypo3\Solr\System\UserFunctions\FlexFormUserFunctions->getAvailablePluginNamespaces</itemsProcFunc>
							<default>tx_solr</default>
						</config>
					</view.pluginNamespace>

					<search.ignoreGlobalQParameter>
						<exclude>1</exclude>
						<label>Ignore the global q parameter</label>
						<config>
							<type>check</type>
							<default>0</default>
						</config>
					</search.ignoreGlobalQParameter>
				</el>
			</ROOT>
		</sOptions>
	</sheets>
</T3DataStructure>
