SharePoint-Search 2013 FQL not working after FQL is enabled manually - sharepoint-2013

We have an WPF/MVVM application that uses SharePoint 2010 Search QueryService. We are in the process of upgrading SharePoint 2010 to 2013. I enabled FQL in SharePoint 2013 server by adding a new default Search ResultSource with Query Transformation string setup as “{?andnot({searchTerms},filter(contentclass:"urn:content-class:SPSPeople*"))}”. This one enables FQL for SharePoint 2013 by looking at article http://msdn.microsoft.com/en-us/library/jj163973.aspx.
But our FQL search still return 0 results without any exceptions from Client Object Model. I checked that we didn't use any deprecated operators under FQL CAML queries. This web site http://www.onlysharepoint2013.com/2013/01/fast-query-language-fql-features-that.html lists all the deprecated operators for SharePoint 2013 FQL.
I tested the same FQL CAML query using SPCAMLQueryHelper.exe and it does return correct rows.
What could cause FQL CAML queries still not working on SharePoint 2013?
Thanks a lot.

In Sharepoint 2013 use keyword query language.
Pls see below link it will helps you.
http://technologybooth.blogspot.in/2013/08/keyword-query-in-sharepoint-2013.html

Related

Embedd code for a single visual in a Report using Powerbi Report

I have a 4 page PowerBi report hosted on an internal PowerBi report server. I need to generate an embed code for each visual(or one embed code with a filter for each visual on it) to post on a website using iframes. Everything I have seen online has spoken to using an API.
Is this request possible and if so how might I go about doing it?
Thanks in advance.
can you have each visual on it's own report page, and then embed? or perhaps create separate reports for each visual?
Doesn't File > Embed report > Website or portal do the trick for you?

SharePoint 2013 and Bing map web part

I have two questions:
1. On a SharePoint 2013 page the Bing map throws an error Uncaught TypeError: Microsoft.Maps.Location is not a constructor in the Chrome and the Firefox browsers. How can i fix it, please?
2. The Bing v7 migration to v8 will affect SharePoint 2013?
Thank you.
Not sure which web part this is. The built in mapping functionality in SharePoint was wraps the Bing Maps API's and was built and is supported by the Sharepoint team. There was also a basic webpart I believe which the SharePoint or Office team created, but I believe this was deprecated a few years ago.
As for V7 migration, all v7 traffic now points to v8 as v8 is over 95% backwards compatible and majority of v7 apps were able to continue working with a simple redirect of the API.

SharePoint 2013 - How to get document library size?

We have this Document Library Monitoring Console App written in C# and its running in SharePoint 2007. We now upgrading our SharePoint Server to 2013, so we also need to upgrade our solutions and customization including console apps.
I search through the web I can't find replace for deprecated "SPSite.StorageManagementInformation".
Please read this MSDN article.
You can to use "SPSite.Usage.Storage".
Hope it help to you.

Building BDC Model using Custom Connector

I'm building a BDC Model on Sharepoint Foundation 2013, and would like to use the custom connector.
Does anyone have a tutorial? even better if it can show some good practices..?
Thanks!!
You can take a look on my personal blog:
http://jmecwel.wordpress.com/2013/08/15/sp13-search-index-sql-products
I'm showing an example on how to index Products from a SQL server using a custom BDC on SharePoint 2013.

SharePoint Workflow 2013 collect data from user

This feature was available with SharePoint 2010, how can I get data from user with SharePoint 2013 ?
This is no longer available in 2013.
You can create a workflow using the 2010 platform option and get this functionality back.