Skip to content

Error in RegEx-Parser - different search results #817

@notesjor

Description

@notesjor

Kustvakt version
V 0.60.0-DNB-4
and
V 0.59.1

Describe the bug
In my opinion, the following expressions are identical RegEx expressions:
"._innen"
and
".
[_]innen"
But they lead to completely different results and result sets.

To Reproduce
"._innen"
https://korap.dnb.de/?q=%22.*_innen%22&ql=poliqarp - 385 Matches
".
[_]innen"
https://korap.dnb.de/?q=%22.*%5B_%5Dinnen%22&ql=poliqarp - 696 Matches

Expected behavior
same results

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions