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
When performing a search query and selecting the topCollections field, and curated results in the result set will cause an error to be thrown.
The root cause seems to be that we attempt some Math operations on the text_match field (which is normally a number) but for curated results this is not numeric, resulting in a "score" of NaN, which in turn causes the GraphQL layer to return:
When performing a
search
query and selecting thetopCollections
field, and curated results in the result set will cause an error to be thrown.The root cause seems to be that we attempt some Math operations on the
text_match
field (which is normally a number) but for curated results this is not numeric, resulting in a "score" ofNaN
, which in turn causes the GraphQL layer to return:The text was updated successfully, but these errors were encountered: