Lars Breddemann

Results 2 comments of Lars Breddemann

I face the same issue: when searching for projects, spaces in the search term are removed by this line 14 in `tableauserverclient/server/filter.py` ```python def __str__(self): value_string = str(self._value) if isinstance(self._value,...