You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query interface does not enforce what appears to be the canonical lowercase form for domains entered into it. Therefore, for example, Inkbunny.net will result in no result, but inkbunny.net does - and the same with YouTube.com, etc. This is unexpected, and unfortunate as mobile autocorrect may result in the capitalised form being used even if the user types it in lowercase.
I'd expect any string entered to be transformed into its lowercase form for query, just as they are when checking for validity for registration. It should probably be displayed as such on the graph, too, although this might cause some confusion for Floß.com -> floss.com
I'm not sure the code handling the front-end is in this repo. Regardless, I figure this is the best place for it since the about page suggests it is for the website.
The text was updated successfully, but these errors were encountered:
The query interface does not enforce what appears to be the canonical lowercase form for domains entered into it. Therefore, for example, Inkbunny.net will result in no result, but inkbunny.net does - and the same with YouTube.com, etc. This is unexpected, and unfortunate as mobile autocorrect may result in the capitalised form being used even if the user types it in lowercase.
I'd expect any string entered to be transformed into its lowercase form for query, just as they are when checking for validity for registration. It should probably be displayed as such on the graph, too, although this might cause some confusion for Floß.com -> floss.com
I'm not sure the code handling the front-end is in this repo. Regardless, I figure this is the best place for it since the about page suggests it is for the website.
The text was updated successfully, but these errors were encountered: