Walk and Search Settings

Post Reply
benjamin.krebs
Posts: 4
Joined: Wed Oct 13, 2004 9:15 am

Walk and Search Settings

Post by benjamin.krebs »

Hi
when i set the expression "[\alnum\x80-\xff]{2,30}" into the Word Definition field and update it will not turn to german characters..... i have also problems with the search settings. only the Abstract Length is changeable, the rest will not work. except if editing in serch file.

Is this like that, because it is a free version
Thanx for any help

Ben
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Walk and Search Settings

Post by mark »

The word expression won't "change" your text. It defines how to extract what's there. What's the problem you're trying to solve? Are you using the latest scripts?

For search settings you have to check "apply settings" for them to apply to the live search. Otherwise they only apply to the test search.

Paid and free are the same except for the plugin, size limits, and license server requirement.
benjamin.krebs
Posts: 4
Joined: Wed Oct 13, 2004 9:15 am

Walk and Search Settings

Post by benjamin.krebs »

Hi
the search settings now works... thanx!

i try to solve the special character problem (german umlaute, schönem = schön)
i have set
<SQL "set locale='de'"></SQL>
in the search and dowalk file, but nothing changed...
and where must i insert the <SQL "set addexp">??

Ben
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Walk and Search Settings

Post by mark »

Did you place the locale setting where the example one is in the scripts? Did you do a "new" rewalk after making that change?

You don't call addexp yourself in Webinator. You go to all walk settings and add to the "Word Definition" box.
benjamin.krebs
Posts: 4
Joined: Wed Oct 13, 2004 9:15 am

Walk and Search Settings

Post by benjamin.krebs »

The example was something like <SQL "set locale='es'"></SQL>, so i overwrite it with de.
I set the Rewalk Type always on new.....

I insert <sql "set addexp='[\alnum\xA0-\xFF]{2,30}'"></sql> into
the "Word Definiton" Box and click Update an Go
(Rewalk Type New)but its still the same...hmm

Did i forgot something?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Walk and Search Settings

Post by mark »

The example code is commented out
<!-- <sql "set locale='es_ES'"></sql> -->
Did you uncomment it?
<sql "set locale='de'"></sql>

You don't put SQL in the word definition. Follow the example there. You just put in the expression
[\alnum\xA0-\xFF]{2,30}
See the manual http://www.thunderstone.com/texis/site/ ... Definition
Unless you've changed it before the default expression that's already there will probably be as good or better than the above.
benjamin.krebs
Posts: 4
Joined: Wed Oct 13, 2004 9:15 am

Walk and Search Settings

Post by benjamin.krebs »

the search file is: 4.4.16
the dowalk file is: 4.4.17
is that whar you mean?
Where can i check the "Source Default Charset", and "Display Charset"?
Post Reply