Skip to content

Distinguish invalid from No match found #47

Description

@cipher2150

An invalid Lucene regex is treated the same as a regex that simply does not match the test string.

Image

I enter: "[a-8" (as regular expression) and "a" (as test string)
the UI shows "No match found".

I think there should be distinction between states like "Match found", "No match found", and "Invalid regex" or "Error".

This would make it less confusing and give better clarity when testing invalid Lucene regexes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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