Skip to content
New issue

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

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

Already on GitHub? # to your account

The text preview when clicking on the additional information icon does not load #449

Open
mbhkoay opened this issue Dec 31, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@mbhkoay
Copy link

mbhkoay commented Dec 31, 2023

Device Information:

  • OS: Unraid
  • Deployment: [Docker]
  • Browser : Tried chrome & opera
  • SIST2 Version: 3.4.1 for own machine, 3.4.0 for demo
  • Elasticsearch Version: 7.17.9
  1. Clicking on the small (i) icon

Expected behavior
Thought it would have shown the context of the search term. Used to be there is a NLP? model to analyze the text

Actual Behavior
A blue loading bar is shown

Screenshots
image

@mbhkoay mbhkoay added the bug Something isn't working label Dec 31, 2023
@seliverstov-de
Copy link

+1
I have the same problem on versions 3.3.6 and 3.4.0. On version 3.3.4 everything is ok

@dpieski
Copy link
Contributor

dpieski commented Jun 5, 2024

The issue may be around here to include the value in the query:
https://github.com/simon987/sist2/blame/2436e52a62bc02c20dfafdef5f4b674ddbe49574/sist2-vue/src/Sist2Api.js#L554C10-L554C10

The error pops up because of this e._source not having an index value. So _getIndexRoot cannot find a null in this.Sist2Info.indices. (This line here)
image

If there is already a function that converts the first half of the documentID, e._id back into the index id, then you can pass something like getIndexFromDocID(e._id) into _getIndexRoot, otherwise, the query linked to above may need to also retrieve the index value.

@MrReSc
Copy link

MrReSc commented Aug 30, 2024

I have the same problem with version 3.4.2.
grafik

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants