Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

building the search token

  Asked By: Jarrod Hoffman         Date: Jan 05, 2004      Category: Sharepoint      Views: 1372

How does one write a search string in the search box to ensure the search
looks for all the words specified

e.g. current AND year AND Food AND Industry

The search should return only those documents / News items etc. that contain
all the words in them.

Tagged:        

 

1 Answer Found

 
Answer #1       Answered By: Antoine Barker          Answered On: Jan 05, 2004       

The search  web part does not honor Boolean operators.

The way you'd do this in SPS is to enter the following:
"current year  food industry"

If you want to search for an exact phrase, use double quotes:
""blue shoes"

 
Didn't find what you were looking for? Find more on building the search token Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].