We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571bff commit b58047eCopy full SHA for b58047e
README.MD
@@ -19,7 +19,7 @@ Basic usage looks like:
19
import industry_documents_wrapper as idw
20
21
wrapper = idw.IndustryDocsSearch()
22
-wrapper.query(q="industry:tobacco AND case:'State of North Carolina' AND collection:'JUUL labs Collection', n=100)
+wrapper.query(q="industry:tobacco AND case:'State of North Carolina' AND collection:'JUUL labs Collection', n=100")
23
wrapper.save('query_results.json', format='json')
24
```
25
0 commit comments