0
votes

I have created a FQL Query with the Sharepoint Search Query Tool and i get always the a Error 500 SearchServiceExcetpion. And it looks like that the syntax of the query isn't in the right format.

and(path:\"https://myHost/Lists/WKPPR/DispForm.aspx*\")

I have also enbale FQL. enter image description here

1
1. Have you created an FQL result source? 2. The other option is to pass the FQL as part of the refinement instead, which is FQL 3. Don't escape the input - Mikael Svenson
i need a fql result source on server side to enable fql? also for the second option? for the second option I pass the and(path:"myHost/Lists/WKPPR/DispForm.aspx*") string in the refinement filters box? thx - cpiock
See msdn.microsoft.com/en-us/library/office/… for FQL result source, and see techmikael.com/2014/12/… for some info as well :) For the second option, you do not need FQL enabled result source. - Mikael Svenson

1 Answers

0
votes

Solved by adding a FQL result source. Thanks to Mikael Svenson in the comments above.