zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #11098
[Bug 1014999] Re: Implement full-text black/white feature
** Description changed:
- Sorry, I have no idea what this feature actually means, but it's on the
- list for Zorba 2.7 so I need a tracking bug. Paul, please start by
- updating this bug description with some details about what it means.
- Thanks.
+ Add a function having the signature:
+
+ declare function ft:tokenize-nodes( $includes as node()+, $excludes as
+ node()* ) as element(ft:token)* external;
** Description changed:
Add a function having the signature:
- declare function ft:tokenize-nodes( $includes as node()+, $excludes as
- node()* ) as element(ft:token)* external;
+ 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.
--
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 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