Vortex Error w/ Special Characters

Post Reply
joao.cruz
Posts: 9
Joined: Tue Mar 27, 2001 3:15 pm

Vortex Error w/ Special Characters

Post by joao.cruz »

I´m getting this error when I search the word 'áfrica' in Texis search engine.
' --Vortex Err(115): /GenericSql:322: Query `áfrica' would require post-processing: Term `áfrica' not indexable -- '
The search behaves this way every time I search words with special characters in the #1 letter of the word. Could this be some installation feature?? My OS regional settings are in Portuguese. Thanks in advance.
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Vortex Error w/ Special Characters

Post by John »

One simple way to see if the regional settings are being seen by Texis is to print a date with the month and weekday as full strings, e.g.

<strfmt %at "%x" now>

It shouldn't translate one character into two though, which from the message is what it seems to be doing.
John Turnbull
Thunderstone Software
joao.cruz
Posts: 9
Joined: Tue Mar 27, 2001 3:15 pm

Vortex Error w/ Special Characters

Post by joao.cruz »

I've tried your command, and Texis is seeing the regional settings. I take a look at vortex.log and this is what he write's there:

115 Abr 23 12:19:57 /GenericSql:322: Query `áfrica' would require post-processing: Term `áfrica' not indexable
115 Abr 23 12:19:57 /GenericSql:322: Query 'áfrica' would require linear search

He´s not translating one char to 2, but seems to be one parsing problem.
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Vortex Error w/ Special Characters

Post by John »

The index expression does not match what you are searching for. Either the regional settings were not in place when you created the index, or you may need to issue the SQL:

set addexp='[\alnum\x80-\xff]{2,30}';

before creating the index.
John Turnbull
Thunderstone Software
Post Reply