milespy.filter.search
- milespy.filter.search(name)
Searches for a filter in database.
Notes
Search is case insensitive The filter seach does not have to be precise. Substrings within filter names are ok. It uses the python package ‘re’ for regular expressions matching
- Parameters:
name – The search string to match filter names
- Returns:
List of filter names available matching the search string
- Return type:
list[str]