Skip to content

index other_names field #13

@newgene

Description

@newgene

Currently, other_names field is not indexed, so we cannot query for it (e.g. q=other_names:"alcaligenes eutrophus" return no hit). We should index it similar to other name fields (common_name and scientific_name):

"scientific_name": {
"index": true,
"searched_by_default": true,
"type": "text"
},

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions