Currently, Query Service has limited capability to search through the data, due to absence of support for FTS engine. We did not add this capability, since we already have FTS implementation in ElasticSearch - however, we do not actually use it from Blazegraph.
Blazegraph allows to plug in external search engines: https://wiki.blazegraph.com/wiki/index.php/ExternalFullTextSearch
We should develop a capability to use our search from inside Blazegraph, there are a number of requests for queries that include searching and right now they are not running efficiently due to inability to leverage ElasticSearch.
Current workaround: use SQL on quarry.wmflabs.org