zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #00338
[Bug 863320] [NEW] Sentence is incorrectly incremented when token characters end without sentence terminator
Public bug reported:
The following query:
let $x := <msg>hello world</msg>
return $x contains text "hello" ftand "world" same sentence
incorrectly returns "false" because tokenizer incorrectly increments the
sentence number when there are no more characters without encountering a
sentence terminating character.
** Affects: zorba
Importance: Low
Assignee: Paul J. Lucas (paul-lucas)
Status: New
** Tags: full-text
** Changed in: zorba
Importance: Undecided => Low
** Changed in: zorba
Assignee: (unassigned) => Paul J. Lucas (paul-lucas)
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/863320
Title:
Sentence is incorrectly incremented when token characters end without
sentence terminator
Status in Zorba - The XQuery Processor:
New
Bug description:
The following query:
let $x := <msg>hello world</msg>
return $x contains text "hello" ftand "world" same sentence
incorrectly returns "false" because tokenizer incorrectly increments
the sentence number when there are no more characters without
encountering a sentence terminating character.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/863320/+subscriptions
Follow ups
References