Use of underscore in query

Post Reply
pschramm
Posts: 4
Joined: Wed Mar 21, 2001 11:55 am

Use of underscore in query

Post by pschramm »

What is the the proper setting to allow webinator to return results on the string search like GET_XML_MAP

As current the query will split into GET+XML+MAP

thanks!

patrick.
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Use of underscore in query

Post by mark »

You need to set the word expression (-k) with gw. Something like:
gw -unindex
gw -index -k"\alnum{2,99}" "-k"[\alnum_]{2,99}"
Post Reply