zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #11101
[Bug 1014999] Re: Implement full-text black/white feature
** Description changed:
- Add a function having the signature:
+ Add a function to the full-text module having the signature:
declare function ft:tokenize-nodes( $includes as node()+,
- $excludes as node()* )
- as element(ft:token)* external;
+ $excludes as node()* )
+ as element(ft:token)* external;
where $includes lists all those nodes to include and $excludes lists all
those nodes to exclude.
** Branch linked: lp:~paul-lucas/zorba/feature-ft_bw
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1014999
Title:
Implement full-text black/white feature
Status in Zorba - The XQuery Processor:
Confirmed
Bug description:
Add a function to the full-text module having the signature:
declare function ft:tokenize-nodes( $includes as node()+,
$excludes as node()* )
as element(ft:token)* external;
where $includes lists all those nodes to include and $excludes lists
all those nodes to exclude.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014999/+subscriptions
References