search(q: string): Observable { if(!q || q === \'*\') { q = \'\'; } else { q = q.toLowerCase(); }
In if condition, why wildcard use as a