GET v1/document/_search
Operation ID: get_document_by_syntax_string_v1_document__search_get
Auth: unknown
Description
# Description The syntax search allows for free logical combinations of all available search fields. While similar to the structured search, this endpoint offers much more flexibility at the cost of obscure search parameters. # Examples - **Geometry**: Search for the term <em>Geometry</em> in <strong>any</strong> field. Queries are <strong>case-independent</strong>. - **Funct***: <strong>Wildcard</strong> queries are specified by <u>*</u> (e .g. <em>functions</em>, <em>functorial</em>, etc.). Otherwise the search is <strong>exact</strong>.''Topological group'': <strong>Phrases</strong> (multi - words) should be set in <u>''</u>straight quotation marks<u>''</u>. - **au: Bourbaki & ti: Algebra**: Search for <strong><u>au</u>thor</strong> <em>Bourbaki</em> and <strong><u>ti</u>tle</strong> <em>Algebra</em>. The <strong>and-operator &</strong> is default and can be omitted. - **Chebyshev | Tschebyscheff**: The <strong>or</strong>-operator <strong>|</strong> allows to search for <em>Chebyshev</em> or <em>Tschebyscheff</em>. - **Quasi* map* py: 1989**: The resulting documents have <strong><u>p</u>ublication <u>y</u>ear</strong> <em>1989</em>. - **so:Eur* J* Mat* Soc* cc:14**: Search for publications in a particular <strong><u>so</u>urce</strong> with a <strong>Mathematics Subject <u>C</u>lassification <u>c</u>ode</strong> in <em>14</em>. - **cc:*35 ! any:elliptic**: Search for documents about PDEs (prefix with * to search only primary MSC); the not-operator ! eliminates all results containing the word <em>elliptic</em>. - **dt: b & au: Hilbert**: The <strong><u>d</u>ocument <u>t</u>ype</strong> is set to <u>b</u>ooks; alternatively: <u>j</u> for <strong><u>j</u>ournal articles</strong>, <u>a</u> for <strong>book <u>a</u>rticles</strong>. - **py: 2000 - 2015 cc:(94A | 11T)**: Number <strong>ranges</strong> when searching for <strong><u>p</u>ublication <u>y</u>ear</strong> are accepted . Terms can be grouped within <strong><u>(</u> parentheses<u>) </u></strong>. - **la: chinese**: Find documents in a given <strong><u>la</u>nguage</strong> . <a href='https://en.wikipedia.org/wiki/ISO_639-1'>ISO 639 - 1</a> (opens in new tab) language codes can also be used. - **st: c r s**: Find documents that are <strong><u>c</u>ited</strong>, have <strong><u>r</u>eferences</strong> and are from a <strong><u>s</u>ingle author</strong>. # Search fields - **any**: Includes ab, au, cc, en, rv, so, ti, ut - **arxiv**: arXiv preprint number - **na**: Number of authors of the document in question. Interval search with “-” - **br**: Name of a person with biographic references (to find documents about the life or work) - **au**: Name(s) of contributor(s) - **db**: Database: documents in Zentralblatt für Mathematik/zbMATH Open (<em>db:Zbl</em>), Jahrbuch über die Fortschritte der Mathematik (<em>db:JFM</em>), Crelle's Journal (<em>db:eram</em>), arXiv (<em>db:arxiv</em>) - **ci**: zbMATH Open ID of a document cited in summary or review - **dt**: Type of the document: journal article (<em>dt:j</em>), collection article (<em>dt:a</em>), book (<em>dt:b</em>), preprint (<em>dt:p</em>) - **doi**: Digital Object Identifier (DOI) - **ed**: Name of the editor of a book or special issue - **en**: External document ID: DOI, arXiv ID, ISBN, and others - **ut**: Keywords - **la**: Language (use name, e.g., <em>la:French</em>, or <a href='https://en.wikipedia.org/wiki/ISO_639-1'>ISO 639-1</a>, e.g., <em>la:FR)</em> - **cc**: Code from the Mathematics Subject Classification (prefix with <strong>*</strong> to restrict to primary MSC) - **pu**: Name of the publisher - **rft**: Text from the references of a document (for phrases use “...”) - **ab**: Text from the summary or review (for phrases use “...”) - **rn**: Reviewer ID - **rv**: Name or ID of the reviewer - **pt**: Reviewing state: Reviewed (<em>pt:r</em>), Title Only (<em>pt:t</em>), Pending (<em>pt:p</em>), Scanned Review (<em>pt:s</em>) - **se**: Serial ID - **si**: swMATH ID of software referred to in a document - **sw**: Name of software referred to in a document - **so**: Bibliographical source, e.g., serial title, volume/issue number, page range, year of publication, ISBN, etc. - **st**: State: is cited (<em>st:c</em>), has references (<em>st:r</em>), has single author (<em>st:s</em>) - **ti**: Title of the document - **li**: External link (URL) - **py**: Year of publication. Interval search with “-” - **an**: zbMATH Open Document ID (preliminary ID, Zbl number, JFM number, or ERAM number) # Operators - **a & b**: Logical and (default) - **a | b**: Logical or - **!ab**: Logical not - **abc***: Right wildcard - **ab c**: Phrase - **(ab c)**: Term grouping
Parameters (3)
(integer, query, optional, default: 0)
(integer, query, optional, default: 100)
(string, query, required)
No probe data for this endpoint yet.