Skip to content

Commit

Permalink
Deprecate the use of query.title as filter. Recomended to use query.b…
Browse files Browse the repository at this point in the history
…ibliographic
  • Loading branch information
fabiobatalha committed Oct 18, 2019
1 parent 53f84ee commit 19c63a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Query
In [2]: works = Works()
In [3]: w1 = works.query(title='zika', author='johannes', publisher_name='Wiley-Blackwell')
In [3]: w1 = works.query(bibliographic='zika', author='johannes', publisher_name='Wiley-Blackwell')
In [4]: for item in w1:
...: print(item['title'])
Expand Down
1 change: 0 additions & 1 deletion crossref/restful.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ class Works(Endpoint):
'funder_name',
'publisher_location',
'publisher_name',
'title',
'translator'
)

Expand Down

0 comments on commit 19c63a8

Please sign in to comment.