webstatus.dev icon indicating copy to clipboard operation
webstatus.dev copied to clipboard

Support searching solely by number

Open jcscottiii opened this issue 9 months ago • 0 comments

Gap in functionality: Querying for numbers only returns a 400 error

There are some features that have numbers and if a user searches only for the numbers, it won't work because the grammar is specified as: '"' [a-zA-Z][a-zA-Z0-9_-]* [ ]* '"' | [a-zA-Z][a-zA-Z0-9_-]* so the first character needs to be a letter for now. Support searching solely by number

jcscottiii avatar May 10 '24 00:05 jcscottiii