Closed salgo60 closed 2 years ago
It's something to do with the regex preferring to stop once it's found an option from the first alternative rather than a longer option from the second alternative: https://regex101.com/r/cZqnVU/1
It looks like the problem will go away if I reverse the order of the alternatives.
I flipped the order around in the regex: https://www.wikidata.org/w/index.php?title=Property:P8024&diff=prev&oldid=1587705722
It now seems to work. Regex is still a bit mysterious to me.
Thanks works for me
I have played around see https://github.com/99of9/Entity-Explosion/issues/15
When on page http://api.nobelprize.org/2.1/laureate/1002 --> I get wrong person
cc: @Visbystar