I have a need for hook_delicious to sometimes support exact matches and other times to support LIKE matches. To support this, the array returned by hook_delicious can now defined an array element named 'like' => TRUE, which tells delicious to use SQL LIKE. I've implemented this in the 5.x branch, but this needs to be ported forward to the 6.x branch.

CommentFileSizeAuthor
#1 like.patch1.02 KBdouggreen

Comments

douggreen’s picture

StatusFileSize
new1.02 KB
Anonymous’s picture

Assigned: Unassigned »

Thanks Doug , ill add this patch

Anonymous’s picture

Status: Patch (to be ported) » Closed (fixed)

Addressed in latest development release DRUPAL-6--3