Comment on Search: .lenght - GithubComments−angrycoder14yEven the search has a bug. The query is for ".lenght" but many of the highlighted results are just lenght without the dot.−cpr14yProb a reg exp so matches any char...−andrewflnr14yBut then shouldn't the highlighted bit include the char in front? It's also case insensitive. I think it's trying to be clever.−mattdeboard14yMore likely is form/input validation.
Comments
Even the search has a bug. The query is for ".lenght" but many of the highlighted results are just lenght without the dot.
Prob a reg exp so matches any char...
But then shouldn't the highlighted bit include the char in front? It's also case insensitive. I think it's trying to be clever.
More likely is form/input validation.