** 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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to