Closed matthewbond closed 3 years ago
Does it or should we allow capital letters?
@rayrutjes From what I can see here the queryID does not contain capital letters, I did some test searches and indeed the letters were all lowercase.
Indeed and it's properly documented in lowercase!
thanks @rayrutjes and @tkrugg !
The regex for query id will not match query ids which contain a 0:
https://regex101.com/r/dVJKLw/1
I think we need to change the regex to allow a 0:
https://regex101.com/r/40yYZX/1