https://bugzilla.wikimedia.org/show_bug.cgi?id=46118

--- Comment #2 from Nemo <[email protected]> ---
(In reply to comment #0)
> or to use the
> wildcard: *GENDER*
> Precision is nice but at the very least things like brackets, pipes etc.
> should
> be considered word boundaries. When a decision is made, add info on how to
> use
> wildcards etc.

Self-answer: now * doesn't work (or rather, not beyond word level e.g. spaces),
? does.
https://lucene.apache.org/core/2_9_4/queryparsersyntax.html
Compare:
https://translatewiki.net/w/i.php?title=Special%3ASearchTranslations&query=Invia+apprezzamento
https://translatewiki.net/w/i.php?title=Special%3ASearchTranslations&query=Invi%3F
https://translatewiki.net/w/i.php?title=Special%3ASearchTranslations&query=Invia*apprezzamento
https://translatewiki.net/w/i.php?title=Special%3ASearchTranslations&query=Invia+*amento

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to