Graylog2 / Graylog2/graylog2-server

Query Input Assistance: validate spelling mistakes in field names

Open
#12,086 0 comments 0 reactions 0 assignees View on GitHub
feature triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

## Description

With https://github.com/Graylog2/graylog2-server/issues/11503 we are now validating spelling mistakes in field values, while writing a search query. The next step is validating spelling mistakes in field names. While the validation of field values happens in the backend, we should validate spelling mistakes in field names in the frontend, since we already have access to all available field names.

The validation of spelling mistakes in field values is based on the levenshtein distance, we should implement the same logic for the validation of field names.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.