php - Drupal, searching dynamically created pages -
my drupal site contains page product details generated database based on product id. 1 requirement product details searchable. drupal search indexes static pages. how can index details generated in dynamic pages.
edit1: using php filter generate page. ex drupalurl/products/id1, drupalurl/products/id2, drupalurl/products/id3 pull different content db.
hook_update_index - might solution problem. need "render" dynamic fields , send them indexer using hook.
Comments
Post a Comment