Display all results to filter, empty search #483
Answered
by
bglw
arturamiryan
asked this question in
Q&A
-
Hello, is there any possibility for displaying all results alongside with filters with empty search? I know that there is exist empty search API for js, I can just push null. But I really don't want to rewrite all the ui by myself :) |
Beta Was this translation helpful? Give feedback.
Answered by
bglw
Oct 24, 2023
Replies: 1 comment
-
Hello! 👋 Not with the default UI at the moment, though the modular UI would be closer to providing what you need. It's somewhere between the all-in-one UI package and writing your own, as it helps with a lot of the work connecting the components together and managing search state. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arturamiryan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! 👋
Not with the default UI at the moment, though the modular UI would be closer to providing what you need. It's somewhere between the all-in-one UI package and writing your own, as it helps with a lot of the work connecting the components together and managing search state.