Do not use global autocomplete rules if the are ones locally defined
Open
- 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
Assessment
This issue has not been assessed yet.