building query with multiple contentsource

I have to put a condition in SP2013 Search for searching multiple contentsource together in a query , currently i am using 

contentsource:col1 AND contentsource:col2 AND contentsource:col3

Is there any possibility where i can add this as contentsource:col1,col2,col3

since sometimes  i have to search in 70 content sources together as well.

August 25th, 2014 7:52am

Hi,

I recommend to use FAST Query Language (FQL) syntax to achieve this goal.

To achieve your goal, please check if the query below can work: contentsource: AND(col1, col2, col3).

More reference about FQL in SharePoint 2013 search:

http://msdn.microsoft.com/en-us/library/office/ff394606(v=office.15).aspx

Best regards.

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2014 3:20am

I tried but its not working, i hope there must be a way of doing this
March 12th, 2015 10:03am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics