AT:
- Using the variable rest endpoint:
- I can filter for only those variables that have a value which starts with a certain prefix, e.g. given the variables foo, bar and ball, the the prefix 'ba' would return the variables 'bar' and 'ball'.
- this applies for all variables types
- if the specified prefix is empty or null, the prefix is ignored
- this prefix parameter is documented in the rest api wiki documentation
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-411 I can use a typeahead for variable names in the variable filter modal
- Done