elastic / elastic/sense

Do not use global autocomplete rules if the are ones locally defined

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
379
Forks
128
PR merge metrics
No merged PRs in 30d

Description

At the moment every time a key is specified which is hooked up to global rules, the globals rules will be applied:

```
_search
{
filter {
... global rules used here
}
}
```

However it should be possible to disable this and supply local rules instead. See #27 for an example

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.