"list graph" action: Search case-independent.
[collection4.git] / src / graph.c
index da4b5ea..d314bcc 100644 (file)
@@ -284,6 +284,8 @@ int graph_search (graph_config_t *cfg, const char *term, /* {{{ */
     return (status);
   }
 
+  strtolower (buffer);
+
   if (strstr (buffer, term) != NULL)
   {
     status = inst_foreach (cfg->instances, graph_search_submit, &data);