For Drupal 6.19 and inline_ajax_search-6.x-3.9:
Also, I use jQuery v1.4.2.

In includes/inline_ajax_search.inc:74

Had to change:
// return drupal_json(array('answer' => $ret));
To:
print json_encode(array('answer' => $ret));
exit;

exit() is optional, as it skips the Drupal footer at your own risk.

Nikolay.

Comments

fabianderijk’s picture

Status: Active » Closed (cannot reproduce)
fabianderijk’s picture

Status: Closed (cannot reproduce) » Closed (duplicate)

Thanks to Heine this seems to be duplicate for issue #1086098: D6 JSON is total garbage - Create RFC 4627 compliant HTML safe JSON