Any of these words

Post Reply
mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

Any of these words

Post by mmcfadden »

I want to be able to do a search that will give me results for bank and/or banking and/or banks. I also want to be able to do a search that contains the phrase "barrier removal" and I and or II and or III. Is there a way to do this? I search the help files on searches and have been unable to find documentation of this type of search. Thanks.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Any of these words

Post by mark »

For the word forms select "Any word forms" from the advanced search page. You might also want to edit the search script to change <apicp minwordlen 5> to <apicp minwordlen 4> .

For the phrase just put quotes around it.

To search for one or more |'s you'll need to add a word definition expression under all walk settings. Then reindex. This expression should work:
|+
Post Reply