EEXCESS / visualization-widgets

EEXCESS visualisation widgets are JavaScript based visualisations for cultural heritage and scholarly content. The widgets are used in the different EEXCESS clients, like the Chrome Extension. They are typically iframes and therefore self-contained.
http://eexcess.eu/
1 stars 5 forks source link

[searchResultList] add the search query (from PartnerBadge) to the html div as attribute #47

Open mgrani opened 8 years ago

mgrani commented 8 years ago

It is often hard to debug the reason why certain results have been produced by a query. In order to do so it would be good to add the query as attribute to the HTML isotope div (class eexcess-isotope-grid-item eexcess-image eexcess-other-with-preview). So with inspect element debugging becomes possible.

schloett commented 8 years ago

The query to add as attribute is contained in the "generatingQuery" attribute of the corresponding result.

schloett commented 8 years ago

fixed, but not yet available in chrome-extension