Skip to content
Snippets Groups Projects
Unverified Commit 940f24fc authored by Michael Große's avatar Michael Große
Browse files

fix(search): don't truncate namespaces with - and . in pagename-lookup

The regex for the pagename lookup didn't account for `-` and `.` being
valid characters for namespaces, which lead to wrong results in the
quicksearch and pagename lookup. The full search, which already used the
queryParser, showed the correct results.

This fixes #1659
parent b3cfe85a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment