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
ElasticSearch uses results to wrap the list of returned objects, while Anserini uses objects. Right now, there is a switch in the frontend to fix this, but it is pretty brittle.
Proposed solution:
In API, standardize on objects as a list container
In frontend, try to find objects and fall back on results to keep current backends working.
The text was updated successfully, but these errors were encountered:
davenquinn
added
the
API
Related to external interfaces with e.g. the COSMOS visualizer
label
Apr 6, 2020
* kb-viz-refactor:
Added slider nullability
Use Bibjson returned in initial API response
Related terms links to API result (resolves#38)
Small changes to related terms styles
Fixed some aspects of related terms
Use fallback for API result unwrapping (anticipates fix to UW-COSMOS/Cosmos#97)
Updated loading state tracking (fixes#39)
Vendorize image-sizing code (fixes#37)
Switch OCR text links back to download disposition. Fixes#36
davenquinn
added a commit
to UW-COSMOS/cosmos-visualizer
that referenced
this issue
Apr 9, 2020
* kb-viz-refactor:
Add subtle line around extractions (resolves#42)
Updated scrolling to remove spurious API calls.
Removed switch to unwrap objects (responds to UW-COSMOS/Cosmos#97
Simplified extraction rendering (responds to UW-COSMOS/Cosmos#93)
Removed console log
Updated filtering (resolves#40 and #41)
Add ability to set provide search backend in query string
ElasticSearch uses
results
to wrap the list of returned objects, while Anserini usesobjects
. Right now, there is a switch in the frontend to fix this, but it is pretty brittle.Proposed solution:
objects
as a list containerobjects
and fall back onresults
to keep current backends working.The text was updated successfully, but these errors were encountered: