Skip to content
New issue

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

No results when using ignorecase #288

Open
Flachdachs opened this issue Sep 29, 2024 · 0 comments
Open

No results when using ignorecase #288

Flachdachs opened this issue Sep 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Flachdachs
Copy link

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):

  • Have some pages with titles starting with A (any other non-diacritical letter will do).
  • Create a DPL query with titlematch=A% and see some results.
  • Add 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.

@Flachdachs Flachdachs added the bug Something isn't working label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant