Hi there,

Is this module still being maintained? Does it work on Drupal 4.7?

Many thanks,
Jack

CommentFileSizeAuthor
#1 node.module_highlight.patch.txt1.23 KBmindless

Comments

mindless’s picture

StatusFileSize
new1.23 KB

Looks like the existing code does work on 4.7, but it is less useful because search.module does not construct links with a 'highlight' parameter, the way trip_search.module did. The attached patch for node.module will add this for node/content searches.

nedjo’s picture

Title: Is this module still being maintained? » Update to 4.7
Assigned: Unassigned » nedjo
Category: support » task

I intend to update and improve Highlight for 4.7 when I get a chance. Aims: support for core search.module, plus external search engines (e.g., Google). For the core search.module, I'm thinking we'll need to parse the HTTP_REFERER for q=search/node/searchterms. For the external search engine support we can adapt code from one of the various existing PHP libraries, e.g., http://suda.co.uk/projects/SEHL/ (which is GPL).

If anyone else wants to take a crack at this first, please reassign this issue to yourself and post a patch.

Taxoman’s picture

Status: Active » Closed (fixed)

Closing with a warm Welcome to 2012 (many thanks for keeping it open, as this brings back sweet memories) ;-)