Closed (duplicate)
Project:
Glossary
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2006 at 00:29 UTC
Updated:
30 Nov 2007 at 16:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
joglin commentedI have resolved the problem.
I have changed to the technique of search and replacement of the filter.
step 1: synonyms and terms form one single tidy list
step 2: the candidates in the text are attempted roughly
step 3: the search is refined and inserts links
The performances are similar to the native filter. Because some operations come only executed if
necessary (e.g the text for the link is created alone if the match is corrected)
I attach modified glossary.module 4.7.0 - 10/04/2006
Comment #2
nancydruhttp://drupal.org/node/7261
BTW, it is much better to provide a patch (diff) file rather than the whole module.