auto completion for array of values in url parameters
Open
- Dominant language
- JavaScript
- Stars
- 379
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Currently we cannot define autocompletion for url parameters if the parameter can take a list of values such as `h=host,ip,port` .
Once this is fixed we also need to fix kb for `_cat/nodeattrs` , see
https://github.com/elastic/sense/pull/16
Contributor guide
Research direction
Locate the URL-parameter autocomplete code and the knowledge-base entry for `_cat/nodeattrs`; the issue gives the expected list-valued parameter example and points to pull request 16. Done means autocomplete works when a URL parameter accepts comma-separated values and the `_cat/nodeattrs` knowledge base is updated accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100