Cindy Girard
2006-10-23 14:53:39 UTC
Hi,
I have the following where clause:
where contains(upper-case($text), upper-case($keyword))
It works fine, except that it returns partial word matching. To only
match whole words, I'm pretty sure I need to use tokenize(), but I'm
not sure how to put it all together.
Any help would be appreciated.
Thanks,
-----
- Cindy
Cynthia M. Girard
IATH, University of Virginia
***@virginia.edu
"Danger? I laugh in the face of danger!
...and then I hide until it goes away."
I have the following where clause:
where contains(upper-case($text), upper-case($keyword))
It works fine, except that it returns partial word matching. To only
match whole words, I'm pretty sure I need to use tokenize(), but I'm
not sure how to put it all together.
Any help would be appreciated.
Thanks,
-----
- Cindy
Cynthia M. Girard
IATH, University of Virginia
***@virginia.edu
"Danger? I laugh in the face of danger!
...and then I hide until it goes away."