We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamicPageList3 version: 3.5.3 MediaWiki version: 1.41.1 PHP version: 8.1.28
List of steps to reproduce (step by step, including full links if applicable):
titlematch=A%
ignorecase=true
What happens?:
With ignorecase=true there are no results.
But if you have pages with diacritical letters they are listed, if you include them like titlematch=A%|Ä%.
titlematch=A%|Ä%
What should have happened instead?:
Results should be listed.
Additionally I'd like that titlematch also matches characters with diacritics without appending a pattern for every possible character individually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DynamicPageList3 version: 3.5.3
MediaWiki version: 1.41.1
PHP version: 8.1.28
List of steps to reproduce (step by step, including full links if applicable):
titlematch=A%
and see some results.ignorecase=true
What happens?:
With
ignorecase=true
there are no results.But if you have pages with diacritical letters they are listed, if you include them like
titlematch=A%|Ä%
.What should have happened instead?:
Results should be listed.
Additionally I'd like that titlematch also matches characters with diacritics without appending a pattern for every possible character individually.
The text was updated successfully, but these errors were encountered: