Searching for a term which includes a forward slash

sduggan
Posts: 84
Joined: Tue Mar 20, 2001 9:16 am

Searching for a term which includes a forward slash

Post by sduggan »

I'm having trouble with forward slash. When I search for a term with a forward slash I get a message:
WARNING: Term `xxx/yyyy only partially matches index expression(s)

This is what I have in the Word Definition box:
=================================
[\alnum\x80-\xff]{1,70}
[\alnum\x80-\xff.]{1,70}>>[.&']=[\alnum\x80-\xff.]1,70}
>>\alnum=[\alnum/]{1,99}
================================
I'm using Webinator 5.0.6

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

Searching for a term which includes a forward slash

Post by mark »

Add / to the set with .&' in it.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Searching for a term which includes a forward slash

Post by mark »

Sorry, I managed to ignore your last index expression which should get the slashes. Maybe your index didn't get rebuilt somehow. Changing that in the interface should have caused a rebuild automatically. You can force a rebuild from the command line using the dowalk/reindex.txt entry point. See http://www.thunderstone.com/texis/site/ ... ing+dowalk
sduggan
Posts: 84
Joined: Tue Mar 20, 2001 9:16 am

Searching for a term which includes a forward slash

Post by sduggan »

Do I have the syntax correct?

Thanks

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

Searching for a term which includes a forward slash

Post by mark »

Seems so.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Searching for a term which includes a forward slash

Post by John »

There is a missing open { in the second expression before the second 1,70}
John Turnbull
Thunderstone Software
Post Reply