Search: fix parsing of parameters inside sphinx domains (#9750)
We were removing all dl lists that were inside a domain
in order to remove nested domains, but in doing so we were
removing parameters (they are inside a dl list!).
Instead, let's reuse the method to detect sphinx domains.