Skip to content
Snippets Groups Projects
Commit 23d808ac authored by Demian Katz's avatar Demian Katz
Browse files

Renamed unused method to avoid incompatible declaration notice.

- In the future, this whole class should probably be factored away.
parent 52b2492c
No related merge requests found
......@@ -150,7 +150,7 @@ class Connector implements \Zend\Log\LoggerAwareInterface
*
* @return array An array of query results
*/
public function search($query, $start = 1, $limit = null, $sortBy = null,
public function sruSearch($query, $start = 1, $limit = null, $sortBy = null,
$schema = 'marcxml', $process = true
) {
$this->debug('Query: ' . print_r($query, true));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment