Steps to replicate the issue (include links if applicable):
- Along with 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]: link
- working example; Wikidata; elements with name ''William'' as second one; using brackets, not pipe; haswbstatement:P735=Q12344159[P1545=2]: link
- not working example; Commons; cats that have any color; using pipe as doc says; haswbstatement:P180=Q146|P462=*: 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=*: 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:P180=Q146[P462=*]: 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=*]: 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 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 docs to pl.
Other information (browser name/version, screenshots, etc.):