aequos-solutions / modern-data-visualizer

Documentation for the Modern Data Visualizer solution
https://aequos-solutions.github.io/modern-data-visualizer/
8 stars 7 forks source link

[QUESTION] Hit Highlight Summary Usability #128

Open RyanSCaldwell opened 1 month ago

RyanSCaldwell commented 1 month ago

Version used 1.5.4.0

Question It seems that the HitHighlightSummary managed property doesn't show where the search hit came from in documents. Is this possible?

Laul0 commented 1 month ago

Hi @RyanSCaldwell

We already noticed this behavior and it is generally due to the search request. For example, if you use this request: {search} and Path:{Site.absoluteUrl} The highlight doesn't work. You can check the results that come from the search.

But, the same request: {search} and (Path:{Site.absoluteUrl}), the highlight feature works.

MDV is not responsible for the results returned by the Search engine. But do not hesitate to use the debug layout to check the results.

I hope this hope this information will help you.