Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index other_names field #13

Open
newgene opened this issue Nov 13, 2023 · 0 comments
Open

index other_names field #13

newgene opened this issue Nov 13, 2023 · 0 comments
Assignees

Comments

@newgene
Copy link
Member

newgene commented Nov 13, 2023

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"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants