vivo-community / scholars-discovery

BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Add Search 'Highlighting' Data to GraphQL #189

Closed nymbyl closed 4 years ago

nymbyl commented 4 years ago

The SOLR highlighting data is in the spring data wrapper - but never passed to GraphQL.

It's likely the will require an ever larger "type" of result to send - e.g. instead of PersonFacetedSearchResults -> PersonFacetedSearchResultWithHighlights (naming not exact, just as an example)