Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

If I search on YouTube for e.g. a>b ("a greater than b") I get a message

An error occurred during validation.

What is it validating? What does this syntax do, if anything?

How can I search for something with a ">" in it?

share|improve this question

1 Answer

The character > and < are special characters for HTML, which can be used with cross-site scripting. Thats why some website banned or filter these characters, and response with validation error. You cannot search these characters with Google too.

You can try search engine such as SymbolHound that supports special characters, although it is not working well with youtube at the moment.

share|improve this answer
Sorry, but it's implausible that Google, of all companies, can't handle basic HTML escaping. Especially since you can search e.g. & just fine. – Joe Wreschnig Jan 24 at 12:43
Can you search < or > with google? – neo Jan 24 at 14:09
For some definition of search (it "usefully" interprets them as greater than sign); regardless, it doesn't cause an error. – Joe Wreschnig Jan 24 at 14:14
True. So youtube either has implemented it or we should wait for other expert to answer this question. – neo Jan 24 at 14:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.