kermitt2 / biblio-glutton

A high performance bibliographic information service: https://biblio-glutton.readthedocs.io
125 stars 16 forks source link

Journal-based metadata, not working as expected #20

Closed kermitt2 closed 5 years ago

kermitt2 commented 5 years ago

Query based on journal name, volume and first page:

http://localhost:8080/service/lookup?doi=10.1107%2FS0907444911008754&jtitle=Acta%20Crystallographica%20Section%20D%20Biological%20Crystallography&volume=67&page=463&firstName=Gorrec -> working

http://localhost:8080/service/lookup?jtitle=Acta%20Crystallographica%20Section%20D%20Biological%20Crystallography&volume=67&page=463&firstName=Gorrec -> not working

doi: 10.1107/S0907444911008754 jtitle: Acta Crystallographica Section D Biological Crystallography volume: 67 page: 463 firstName: Gorrec

kermitt2 commented 5 years ago

Also not working: http://localhost:8080/service/lookup?jtitle=Nature&volume=500&page=54&firstName=Kucsko

10.1038/nature12373

kermitt2 commented 5 years ago

ah ah I should go to bed, attribute is not page but firstPage. With the right name, it works as expected.