Feature #6170
Updated by ben leinfelder about 11 years ago
These are the fields we have in the schema:
<pre>
<field name="family" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="species" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="genus" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="kingdom" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="phylum" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="order" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="class" type="string" indexed="true" stored="true" multiValued="true"/>
</pre>
They should all be searched with the value specified in the Taxon box. Also should consider having auto-complete for this box pulling from each of those facets.