The Lucene Query Search
SureChEMBL uses the Lucene QueryParser internally. Therefore, if you are comfortable writing a complex query with the Lucene syntax, you may do so using all available Lucene Query field names.
Note: See Lucene Query Parser Details for an extended explanation of writing search criteria using Lucene. See Lucene Query Field Names and Examples for a complete list of fields.
Examples
pnctry:EP AND pd:[20101201 TO 20120812] AND ic:(C07D040910 OR A61K or A61P)
This search criteria returns EP Grants and Applications published between 1 December 2010 and 12 August 2012 in IPCR C07D 409/10 or A61K or A61P.
((pnctry:EP and pnkind:B*) OR pnctry:WO) AND pdyear:2011 AND clm:"kinase inhibitor"
This search criteria returns European granted or PCT application documents, published in 2011 whose claims include references to a kinase inhibitor.
pd:[20120101 TO 20120331] pa:(pfizer OR Merck OR Astrazeneca)
When the example above is combined with US Granted, selected in the Document Sources section, it returns US granted patents, published in the first quarter of 2012, issued to Pfizer or Merck or AstraZeneca.
pa:(bayer OR astra OR novartis OR Genentech OR merck) AND desc:(chemotherap* AND ("Phosphoinositide 3-kinases"~3 OR Pi3K))
This search criteria returns publications with Bayer or AstraZeneca or Novartis or Genentech or Merck as patent applicant/assignee and with a description containing chemotherapy or chemotherapies and either Phosphoinositide 3-kinases within 3 words of each other or the term Pi3K.
Other 'Searching SureChEMBL' articles
Sorted by view count
- Search Interface Overview
- SureChEMBL Query Overview
- Available Databases
- Using the Date Filter
- Field Search Overview
- Bibliographic Search Definition
- Document Section Filter
- Lucene Query Parser Details
- Boolean Operators
- Bibliographic Field Details and Examples
- Query Status Page
- Lucene Query Field Names and Examples
- Patent Number Search Format
- Search for keyword(s)