You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a search and getting results, it'd be nice to preview the entire source document inline, or at least the entirety of the raw text.
From poking around, it looks like this would need to make a request to ES to get back the entire source document based on ID, and then we'll need the UI elements to display the result.
The text was updated successfully, but these errors were encountered:
From poking around, it looks like this would need to make a request to ES to get back the entire source document based on ID, and then we'll need the UI elements to display the result.
That is correct, however, the text stored in ES is broken up (whitespace is compressed to only spaces, and special ascii characters are mostly ignored)
I'll try to see what I can do, thank you for the suggestion
When doing a search and getting results, it'd be nice to preview the entire source document inline, or at least the entirety of the raw text.
From poking around, it looks like this would need to make a request to ES to get back the entire source document based on ID, and then we'll need the UI elements to display the result.
The text was updated successfully, but these errors were encountered: