Actions
Feature #6170
closedHook up taxon query to actual solr fields
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
These are the fields we have in the schema:
<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"/>
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.
Actions