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
e.g. a search for { "ISBN": "9780226300658" } returns a record that doesn't match that ISBN, but the otherFormats array contains a "specificFormat": "Digital" record that does match the ISBN. Should we recursively search other formats if the initial result doesn't match (but go with the initial result if the other formats still don't match)?
The text was updated successfully, but these errors were encountered:
e.g. a search for
{ "ISBN": "9780226300658" }
returns a record that doesn't match that ISBN, but theotherFormats
array contains a"specificFormat": "Digital"
record that does match the ISBN. Should we recursively search other formats if the initial result doesn't match (but go with the initial result if the other formats still don't match)?The text was updated successfully, but these errors were encountered: