**Steps to replicate the issue** (include links if applicable):
* Along with [[ https://www.mediawiki.org/wiki/Help:Extension:WikibaseCirrusSearch | documentation ]] searching for any qualifier of specific property should be done with pipe, like `haswbstatement:P180=Q146|P462=*` (but in other place pipe is used as //OR// between properties…) – but it doesn't work:
** working example; Commons; cats, that are black; using brackets, not pipe; `haswbstatement:P180=Q146[P462=Q23445]`: [[ https://commons.wikimedia.org/w/index.php?search=haswbstatement%3AP180%3DQ146%5BP462%3DQ23445%5D&title=Special%3AMediaSearch&type=image | link ]]
** working example; Wikidata; elements with name ''William'' as second one; using brackets, not pipe; `haswbstatement:P735=Q12344159[P1545=2]`: [[ https://www.wikidata.org/w/index.php?search=haswbstatement%3AP735%3DQ12344159%5BP1545%3D2%5D&title=Special%3ASearch&profile=advanced&fulltext=1&ns0=1 | link]]
** not working example; Commons; cats that have any color; using pipe as doc says; `haswbstatement:P180=Q146|P462=*`: [[ https://commons.wikimedia.org/w/index.php?search=haswbstatement%3AP180%3DQ146%7CP462%3D*&title=Special%3AMediaSearch&type=image | link ]] (there are results, but images doesn't have qualifier `P462` for pair `P180:Q146`)
** not working example; Wikidata; elements with name ''William'' on any defined place; with pipe so according to docs; `haswbstatement:P735=Q12344159|P1545=*`: [[ https://www.wikidata.org/w/index.php?search=haswbstatement%3AP735%3DQ12344159%7CP1545%3D*&language=pl&title=Special%3ASearch&ns0=1 | link ]] (also gives results, but among many results some without `P1545` for `P735:Q12344159` pair, as `Q465898`)
** not working example; Commons; cats with any color using brackets; against current docu, but probably more logical; `haswbstatement:P735=Q12344159[P1545=*]`: [[https://commons.wikimedia.org/w/index.php?search=haswbstatement%3AP180%3DQ146%5BP462%3D*%5D&title=Special%3AMediaSearch&type=image | link]] (no results)
** not working example; Wikidata; elements with name ''William'' on any defined place; using brackets, against current docu, but probably more logical; `haswbstatement:P735=Q12344159[P1545=*]`: [[ https://www.wikidata.org/w/index.php?search=haswbstatement%3AP735%3DQ12344159%5BP1545%3D*%5D&language=pl&title=Special%3ASearch&ns0=1 | link ]] (no results)
**What happens?**:
Wildcard for qualifiers doesn't appear to work – neither in described way or the logical one.
Examples described as //more logical// seems this way to me, as pipe is used as //OR// for two (or more) properties, so using it (pipe) in way it is described in [[https://www.mediawiki.org/wiki/Help:Extension:WikibaseCirrusSearch |docu]] (for qualifiers if it has wildcard) seems confusing (and other qualifiers stuff is using square brackets, so…).
**What should have happened instead?**:
If wildcard for qualifier works, but in some other way – docu should be updated.
If it doesn't work, it should be fixed/implemented (or removed from docu).
If it's just me, and I can't use it in proper way – excuse me :)
**Software version** (on `Special:Version` page; skip for WMF-hosted wikis like Wikipedia):
Stuck on this during translating [[https://www.mediawiki.org/wiki/Help:Extension:WikibaseCirrusSearch |docs]] to pl.
**Other information** (browser name/version, screenshots, etc.):