def is_format_indexed(format): """ Check if a resource format is configured to be indexed. """ return _any_match(format.lower(), get('indexed_formats'))