Bug #7298
escapeQueryTerm should be a module method not a class method
Start date:
2015-08-18
Due date:
% Done:
0%
Story Points:
Sprint:
Description
The method escapeQueryTerm requires that an instance of SolrConnection is available. This should be promoted to a module level method so that it may be called without the need for creating a client instance.