Steps to reproduce:
Search for "mysql in operator": https://kagi.com/search?q=mysql+in+operator
Current behavior:
The search results link to the general "operators" page in the MySQL docs (after the spammy w3schools.com result):
Suggested behavior:
It would be nice if the search engine detected that the "operators" page actually contains many different sections, and returned the section about the IN()
operator (for this query) as specific result.
This would be the following URL: https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html#operator_in
I do see that the MySQL docs don't contain semantic <section>
/<article>
tags or Schema.org markup, so I realise this might be difficult to achieve. Still, it would be really useful 🙂