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

[BUG] Problem with narrowing the list of records if the number of hits increases #5845

Closed
kinseii opened this issue Feb 8, 2024 · 1 comment
Labels
bug Something isn't working discover for discover reinvent duplicate This issue or pull request already exists v2.12.0

Comments

@kinseii
Copy link

kinseii commented Feb 8, 2024

Describe the bug

We observe the following problem: if the search contains a small number of hits, e.g. 1-2 pcs., the size of the window with the list of records does not change when the filter is expanded (e.g. the time interval is increased). Thus, the search is performed inside the window with previous smaller sizes, which is extremely inconvenient.

To Reproduce

  1. Create a filter so that you only have 1-2 records.
  2. Then expand the time interval or exclude some kind of filter to have more hits.

The size of the window with the list of records will remain the same and you will be forced to search inside this small window.

Expected behavior
The window size should expand accordingly to the selected maximum number of records on one sheet.

OpenSearch Version
2.11.1

Dashboards Version
2.11.1

Plugins

opensearch-alerting                  2.11.1.0
opensearch-anomaly-detection         2.11.1.0
opensearch-asynchronous-search       2.11.1.0
opensearch-cross-cluster-replication 2.11.1.0
opensearch-custom-codecs             2.11.1.0
opensearch-geospatial                2.11.1.0
opensearch-index-management          2.11.1.0
opensearch-job-scheduler             2.11.1.0
opensearch-knn                       2.11.1.0
opensearch-ml                        2.11.1.0
opensearch-neural-search             2.11.1.0
opensearch-notifications             2.11.1.0
opensearch-notifications-core        2.11.1.0
opensearch-observability             2.11.1.0
opensearch-performance-analyzer      2.11.1.0
opensearch-reports-scheduler         2.11.1.0
opensearch-security                  2.11.1.0
opensearch-security-analytics        2.11.1.0
opensearch-sql                       2.11.1.0
repository-azure                     2.11.1
repository-s3                        2.11.1

Screenshots
image
image

Host/Environment (please complete the following information):

  • Operational systems on workstations: tested on Linux Kubuntu 22.04 and macOS Sonoma 14.1.1
  • Browser and version on workstations: Chrome Version 121.0.6167.139 (Official Build) (64-bit)
  • OpenSearch Cluster: v.2.11.1 on AKS v.1.27.7 with Ubuntu 22.04 nodes
  • OpenSearch Cluster Dashboards: v.2.11.1 on AKS v.1.27.7 with Ubuntu 22.04 nodes
@kinseii kinseii added bug Something isn't working untriaged labels Feb 8, 2024
@ananzh
Copy link
Member

ananzh commented Feb 9, 2024

@kinseii, I think the issue you raised here is duplicate of #5659, #5440 and
#5678.

Check my comments in #5659 and #5678, where I uploaded videos for how we resolve the problem. We fixed this in 2.12 which will soon be released in public. You could now play with our main or 2.12 branch.

If you agree with me, could we just close this issue and follow on the other two?

@ananzh ananzh added discover for discover reinvent v2.12.0 duplicate This issue or pull request already exists and removed untriaged labels Feb 9, 2024
@kinseii kinseii closed this as completed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discover for discover reinvent duplicate This issue or pull request already exists v2.12.0
Projects
None yet
Development

No branches or pull requests

2 participants