AT:
- Using the variable value rest endpoint:
- I can filter for only those string variables that have a value which starts with a certain prefix, e.g. given the variables a='foo', b='bar', c='ball', the the prefix 'ba' would return the values 'bar' and 'ball'.
- For other types this prefix option does not change the result
- 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-391 Provide typeahead for variable values
- Done