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
In the Search Inside search results, the Read links need to be changed to handle cases where the image stack filename is different from the Archive.org ID (as often happens due to characters like spaces in the filename), and where the search result is for one file in an Archive.org item containing multiple files.
In both cases, the solution is to construct links that incorporate the filename, as opposed to only the Archive.org ID, when necessary. The filename can be parsed via the Metadata API.
Copying issue from internetarchive/openlibrary#339
Indeed when you click that second link above you get an error:
Sorry, there was an error with your search. Please try again.
Which I think comes from here:
bookreader/src/BookNavigator/search/search-provider.js
Line 113 in ecbac78
The text was updated successfully, but these errors were encountered: