In the current version of QuickView the search results and the article that is fetched from the new extension are linked using the "title" attribute that can be found in the searchResults HTML.
Until now we have assumed the title shows in that attribute to be the same as the "prefixedText" parameter available in our extension as part of the API searchResult object.
Unfortunately, recent development has highlighted that the title is not always correct. The issue occurred when a "statement" was shown as the results of a query. The title attribute of this was not actually its title (that in this case was supposed to be Q3, but a different text "blue: color":
AC:
- Change method of retrieving the result, so that statement works