Hi,

1. If I use char like à è é ì ò ù I get this error: SE4082 ..
>

Query file (string) must be UTF-8 encoded.



> 2. If I try to search indexed value like "This is an indexed value." (whith
> ending dot char) the search don't find even if the value exists.
>

Can't reprouce this on Sedna 3.4.66:

*1.xml:*

<root>
<a>This is an indexed value.</a>
</root>

*# ./se_term x*
*
*
Welcome to term, the SEDNA Interactive Terminal. Type \? for help.
x> load '1.xml' 'x'&
Bulk load succeeded
x> create index "test" on doc('x')/root by ./a as xs:string&
UPDATE is executed successfully
x> index-scan("test", "This is an indexed value.", "EQ")&
<root>
  <a>This is an indexed value.</a>
</root>

Please, send us Sedna version you use, XML file and queries to reproduce
this.


Ivan Shcheklein,
Sedna Team
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to