Skip to content

Allow to use tag values ​​with letters from non-Latin alphabet without quotes #751

@deevroman

Description

@deevroman

Now you can write:

nwr[name~test];
out;

But it doesn't work for non-latin characters

nwr[name~тест];
out;

I understand that special characters may be reserved (for example, ], , and spaces are currently used nwr[name~test, i];). But it is unlikely that the letters of such alphabet will be used as special characters. So why not allow them to be used without quotes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions