Message990

Author retroj
Recipients
Date 2012-02-04.08:50:27
Content
define_webjump can of course provide a completer, but the full range of sophistication of the completions
system is not available to webjumps because define_webjump does not provide access to related mechanisms
like $match_required.  $match_required must be used if one wants to use the completer keyword $get_value
to transform the result item.  The current best workaround is probably to provide a handler function for
the webjump which performs the transformation.

issue231 may possibly be a specific instance of this problem.
History
Date User Action Args
2012-02-04 08:50:27retrojsetmessageid: <1328345427.37.0.223353613906.issue392@bugs.conkeror.org>
2012-02-04 08:50:27retrojlinkissue392 messages
2012-02-04 08:50:27retrojcreate