Elastic Search appears to not be returning text in tags #315
Description
Is your feature request related to a problem? Please describe.
When I search via GUI or API for text I know is in a tag for a code project but not in the description text, I do not get said code project. I suspect this is because elastic search is not including tags in the text search????
Describe the solution you'd like
I would like search to return text results even if text is only in a tag. This will likely require changing elastic search to include text in tag field of input JSONs.
Describe alternatives you've considered
Alternatively, users could potentially select whether the search functionality is applied to title, description, tag, or everything.
Additional context
I work on code.nasa.gov. We have greatly expanded the number of tags on each code project through natural language processing. Many A.I.-generated tags are higher order concepts that (1) don't appear in the description text (2) are more likely to pop into users' heads as something they'd want to find.
Value to end-user
Users will be more likely to find relevant code projects if we can match their higher order conceptual needs to be tag text.