Add todo comments - I'm out of time now.

This commit is contained in:
Starbeamrainbowlabs 2015-10-29 11:32:45 +00:00
parent 4157a9fb6c
commit 5a3a501c08
1 changed files with 2 additions and 0 deletions

View File

@ -358,6 +358,8 @@ class search
$context = self::strip_markup($context);
// Make the matching words bold.
// Fixme Account for the fact that the offsets in $matches[] are relative to the beginning of the document, not the contextual snippet
// Todo Figure out why $extraoffset throws everything off
$extraoffset = 0;
foreach($group as $match)
{