Search String with $ symbol

hayden
Posts: 4
Joined: Thu Jun 22, 2000 10:55 pm

Search String with $ symbol

Post by hayden »

For some of my testing I've indexed the Oracle documentation CD. Oracle has dynamic performance
tables one of which is called 'v$session'. But
when I search on this query string webinator
is returning no results and returning this
error in the log:

"Query `v$session' would require post-processing:
Index expression(s) do not match term `v$session'"

A little help please...
thanks
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

Search String with $ symbol

Post by John »

You should index the "$" sign as well, using the -k option to gw, for example:

gw -unindex
gw -k"[\alnum\x24]{2,40}" -index

will index words including dollar signs (hex character 0x24).
John Turnbull
Thunderstone Software