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

Combined view result panel not display all results in all time. if first #result1 returns null or empty array then combined view shows nothing #118

Closed
leefordjudes opened this issue Sep 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@leefordjudes
Copy link

Describe the bug
Combined Result panel not display #result2,.. On First time, if first #result1 returns null or empty array,
and after that if go arround other result views, that is, go to json view and select each json result and then go to table view,
after that goto first result view "combined view", at that time it shows all results.

To Reproduce

let $a = [1,2,3];
select * from $a;
select * from [1,2,3];

image
then go arround json view, and switch some result page which contain some result, here i go to result#2 page
image
then go to combined view, now you will get all result
image

Expected behavior
all time, all results must shown in combined view.

and check it with valid table datas. some time table view also not showned result.

Environment (you can view the current version under Settings):

  • Operating System [e.g. Windows]: 11
  • Surrealist Version [e.g. 1.2.0]: 1.0
  • SurrealDB Version [execute "surreal version"]: 1.10
@leefordjudes leefordjudes added the bug Something isn't working label Sep 26, 2023
@leefordjudes leefordjudes changed the title Result panel not display #result2,.. if first #result1 returns null or empty array Combined view result panel not display all results in all time. if first #result1 returns null or empty array Sep 26, 2023
@leefordjudes leefordjudes changed the title Combined view result panel not display all results in all time. if first #result1 returns null or empty array Combined view result panel not display all results in all time. if first #result1 returns null or empty array then combined view shows nothing Sep 26, 2023
@macjuul
Copy link
Contributor

macjuul commented Sep 26, 2023

Issue has been fixed and will be included in the next release :)

@macjuul macjuul closed this as completed Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants