[Zorba-coders] [Bug 923015] Re: internal error: clone() not implemented for expression

2012-02-08 Thread Paul J. Lucas
** Changed in: zorba Assignee: Matthias Brantner (matthias-brantner) => Paul J. Lucas (paul-lucas) ** Changed in: zorba Status: New => In Progress ** Summary changed: - internal error: clone() not implemented for expression + clone() not implemented for full-text expressions -- Y

[Zorba-coders] [Bug 923015] Re: internal error: clone() not implemented for expression

2012-01-28 Thread William Candillon
As excepted from the error message, rewriting the query to: declare function local:foo(){ let $x := local:input() return $x contains text "meal" using thesaurus at "/Users/wcandillon/demo/wordnet-en.zth" relationship "narrower term" }; local:foo() Works fine. -- You received t