Hi there,
Is this module still being maintained? Does it work on Drupal 4.7?
Many thanks,
Jack
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node.module_highlight.patch.txt | 1.23 KB | mindless |
Hi there,
Is this module still being maintained? Does it work on Drupal 4.7?
Many thanks,
Jack
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node.module_highlight.patch.txt | 1.23 KB | mindless |
Comments
Comment #1
mindless commentedLooks 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.
Comment #2
nedjoI 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.
Comment #3
Taxoman commentedClosing with a warm Welcome to 2012 (many thanks for keeping it open, as this brings back sweet memories) ;-)