Needs review
Project:
Inline Ajax Search
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2013 at 14:53 UTC
Updated:
21 Feb 2013 at 14:53 UTC
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.