services search

Events happening in the community are now at Drupal community events on www.drupal.org.
amcc's picture

search nodes service

I've created a search search service using drupalsite as below:

<?php
public function searchNodes(search_keys:String, callback:Function, data:Object = null, reload:Boolean = false):Boolean {
         
           return
startBlocking(callback, data, search_keys, 'search.nodes', search_keys, true);
           
       }
?>

if the search is successful it works fine - but when there are no search terms i'm getting php errors in my error log as below:

Read more
Subscribe with RSS Syndicate content