Custom Filter - Add option to user to select field names dynamically for datasearch #1885
LastFromtheTop
started this conversation in
General
Replies: 1 comment
-
For 1., you can get the mappings of the index and populate the fields dropdown by traversing it. For 2. input field, you can use a ReactiveComponent to generate the query based on the fields and the search option value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to build custom filter where user can choose field name dynamically and datasearch datafield updates based on field name selection. Two things here.
Beta Was this translation helpful? Give feedback.
All reactions