Open tangkong opened 2 years ago
It should be possible to search when the data being matched is a list of values
Currently if the search term is not a range or a number, it is interpreted as a string.
A flag to interpret the search term as a list of entries? Or possibly check of the string is in the list?
With the new lightpath containers, input_branches and output_branches are a list of strings.
input_branches
output_branches
Searching by branches is not possible currently, and I'd like it to be
pcds-5.4.1
Expected Behavior
It should be possible to search when the data being matched is a list of values
Current Behavior
Currently if the search term is not a range or a number, it is interpreted as a string.
Possible Solution
A flag to interpret the search term as a list of entries? Or possibly check of the string is in the list?
Steps to Reproduce (for bugs)
With the new lightpath containers,
input_branches
andoutput_branches
are a list of strings.Context
Searching by branches is not possible currently, and I'd like it to be
Your Environment
pcds-5.4.1