From 8c23d4b5973cebce35e2d7905df9f7dc33cf2abe Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 1 Sep 2010 14:14:04 +0200 Subject: [PATCH] Add comment --- src/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.c b/src/client.c index f8af926..330db5a 100644 --- a/src/client.c +++ b/src/client.c @@ -669,6 +669,7 @@ void client_start_search(struct client *cl) ZOOM_connection_option_set(link, "databaseName", databaseName); /* TODO Verify does it break something for CQL targets(non-SOLR) ? */ + /* facets definition is in PQF */ client_set_facets_request(cl, link); if (cl->cqlquery) -- 1.7.10.4