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
Sections are now the "Processed" version of body text, similar to how Figures are both Figures and captions and Tables are tables and captions.
Likewise, "Equations" is the processed form for equation, which are the equation itself and the content around the equation to enable better searching.
Ok, @iross given Ankur's description here, this needs to be explained/captured in some way via the documentation in the API. This is the line where there is seemingly a problem: "type": "[Table, Figure, Equation, Body Text, Combined] - the type of object to search for.'''
Using this response as guide:
https://xdddev.chtc.io/sets/xdd-covid-19/api/v2_beta/search?query=Remdesivir,MERS&inclusive=true&ignore_bytes=true
There are a ton of text blocks returned here with cls=section, that are clearly not sections.
Trying to be explicit:
https://xdddev.chtc.io/sets/xdd-covid-19/api/v2_beta/search?query=Remdesivir,MERS&inclusive=true&ignore_bytes=true&type=Body%20Text
All of the cls values are still "Section.
Making the search more general:
https://xdddev.chtc.io/sets/xdd-covid-19/api/v2_beta/search?query=Remdesivir&inclusive=true&ignore_bytes=true
There are some cls="equation" objects that seem to be large text blocks too, along with abundant cls="Section".
The text was updated successfully, but these errors were encountered: