relaton / relaton-iso

RelatonIso: ISO Standards metadata using the BibliographicItem model
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

ISO 123 not fetching #104

Closed opoudjis closed 2 years ago

opoudjis commented 2 years ago

The code "ISO 123" is returning nil when fetched. The code "ISO 123:2001" is fetching correctly. This is a recent change in behaviour.

ronaldtse commented 2 years ago

Is there a mistake in this ticket? Fetching or not fetching?

andrew2net commented 2 years ago

@opoudjis I'm not able to reproduce it with the latest relaton-iso:

require 'relaton_iso'
=> true
> RelatonIso::IsoBibliography.get 'ISO 123:2001'
[relaton-iso] ("ISO 123:2001") fetching...
[relaton-iso] ("ISO 123:2001") found ISO 123:2001
=> #<RelatonIsoBib::IsoBibliographicItem:0x00007fb9ed362f78
...
> RelatonIso::IsoBibliography.get 'ISO 123'
[relaton-iso] ("ISO 123") fetching...
[relaton-iso] ("ISO 123") found ISO 123:2001
=> #<RelatonIsoBib::IsoBibliographicItem:0x00007fb9ed498e60
...
RelatonIso::VERSION
=> "1.10.0"
opoudjis commented 2 years ago

Huh, now working my site too. Closing.