Can TripSearch work with Flexinode? I would like to, for example, be able to search by keywords combined with flexinode fields (e.g. search for "john" and filter by flexinode dropdown selection field "continent").
Can TripSearch work with Flexinode? I would like to, for example, be able to search by keywords combined with flexinode fields (e.g. search for "john" and filter by flexinode dropdown selection field "continent").
Comments
Comment #1
joel_guesclin commentedAt the moment the answer is no it does not work with Flexinode (except for anything you can find in the Title and Body of the node). I'm not planning to do anything about this unless i have a pressing need - so if there are any offers i'm open to suggestions
Comment #2
nedjoI had considered the possible approach of creating a new table with fields nid, title, and body and saving a fully rendered version of the body there. This could be done through the _nodeapi hook's 'insert' and 'update' op arguments. Then the full text searching would be done on the full body and not just the part stored in the node_revisions table.