Hi,

I'm using this module to make it display node-teasers in the ajaxed search results. The teasers that are shown aren't processed through javascript.

I added one line to the function function inline_ajax_search_succes(data) in inline_ajax_search.js:
Drupal.attachBehaviors(Drupal.settings.IAS_settings.IAS_el_res);

Now all my teasers have their normal functionality when shown as search results.