Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make url empty when the field has no value #47310

Closed
TomonoriSoejima opened this issue Oct 4, 2019 · 3 comments
Closed

make url empty when the field has no value #47310

TomonoriSoejima opened this issue Oct 4, 2019 · 3 comments
Labels
enhancement New value added to drive a business result Feature:FieldFormatters impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort

Comments

@TomonoriSoejima
Copy link
Contributor

It would be nice if we can allow an option to disable expansion if the value is empty.

Suppose you had an index as below

PUT test1

POST test1/1
{
  "name" : "elastic"
}

POST test1/1
{
  "name" : ""
}

In Discover page
image

You can see that the name field has an active link for both documents.
But sometimes the null value can cause invalid url which can be avoided if the expansion is controlled based on the fact that the value is empty or not.

@nreese nreese added Feature:FieldFormatters Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 4, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@nreese nreese added the enhancement New value added to drive a business result label Oct 4, 2019
@timroes timroes added Team:AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 27, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort loe:medium Medium Level of Effort and removed loe:small Small Level of Effort labels Jun 15, 2021
@exalate-issue-sync exalate-issue-sync bot added loe:small Small Level of Effort and removed loe:medium Medium Level of Effort labels Jan 14, 2022
@ppisljar
Copy link
Member

Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment.

@ppisljar ppisljar closed this as not planned Won't fix, can't repro, duplicate, stale Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:FieldFormatters impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort
Projects
None yet
Development

No branches or pull requests

5 participants