SciGraph / golr-loader

Convert SciGraph queries into json that can be loaded by Golr
Apache License 2.0
1 stars 3 forks source link

Filter out obsoleted terms from search #62

Open kshefchek opened 3 years ago

kshefchek commented 3 years ago

Currently obsoleted terms make into our search index. Anchoring the category/categories can fix this, but it would be better to not index them in the first place - unless we foresee a use case where we want to search for obsoleted terms

cmungall commented 3 years ago

There is a use case to returning obsoletes in search. However, the API should clearly mark these as obsolete in the payload, which is not happening here. The UI should downweight these and clearly indicate with a visual metaphor that is consistent across interfaces (e.g. red, strikethrough, a warning this term is obsolete marker etc.

what is our amigo behavior @kltm?

Seems there is a desire for exclusion in AC but inclusion in search https://github.com/geneontology/amigo/issues/454