When you search on a word, e.g. 'collisions', we will automatically search across everything we store
about a record. But, sometimes you may wish to be more specific. Here we show you how.
Guidance on the query string syntax can be found in the
Elasticsearch documentation.
Search on title or abstract
- Find all data with collisions in the title
- Find all data with "lepton-jet resonances" in the abstract
-
abstract:"lepton-jet resonances"
Unless the string is in quotes, we will search for all records with lepton-jet OR resonances in the abstract. Quotes force a full match.
Search by keywords
- Find all data with the phrase injection or "elastic
scattering"
- Find all data with the P P --> LQ LQ X reaction
- Find all data with a CM energy of 1.34 GeV
- Find all data with observable ASYM
Other useful searches
- Find all data with neutron energy in the title AND the CM energy of 7000 GeV
- Find all data from the collaborations D0 OR ATLAS
- Find all data where there is an author from Fermilab.
- All papers from year 2015 from the collaboration LHCf with the reaction P P --> N X.
-
Find a record by the Inspire record number, journal DOI, or HEPData DOI.
Note that the DOI strings need to be enclosed in quotation marks.
The field names can be omitted as they will be queried in a full-text search.
Searching via Inspire
- Search Inspire for records that have a corresponding HEPData entry.