Showing posts with label SharePoint Search. Show all posts
Showing posts with label SharePoint Search. Show all posts

SharePoint Search 2013 for Developers - Dev Saturday UAE

Monday, January 20, 2014


Date/Time:
Saturday, January 25, 2014 from 5:30 PM to 7:00 PM (GST)
Location:Fairmont Dubai Hotel
308th Road
Office NO 709
Dubai
United Arab Emirates
Description:
Order tickets via Eventbrite:
http://www.eventbrite.com/e/sharepoint-2013-search-for-developers-tickets-10251657985?aff=efbevent

In this session we'll talk about understanding SharePoint 2013 search, building queries, and executing queries from client-side code.Learn more about customizing search results and content processing, in addition to configuring entity extraction.



Join us on Facebook for More updates Dev Saturday UAE

Or Contact Usama Wahab Khan (MVP)

usamawahabkhan@gmail.com

Mobile : 0553661755

SPS Example for CSOM/Rest Managed by Using C# Sharp

Sunday, October 6, 2013

SharePoint 2013 Support Different type of API. Most Commonly divided into two type  Majorly CSOM and Rest. developers  can use csom and rest in c# and javascript  to create SharePoint Apps and Solution. More deteails about API. in this demo sample i show cased all major case for CRUD Operations with sample code. that help developers to Learn SharePoint 2013 CSOM and REST API

SharePoint 2013 Analytics Features how to get Usage Reports

Tuesday, June 4, 2013

Web Analytics in SharePoint Server 2010 has been discontinued and is not available in SharePoint 2013. Analytics processing for SharePoint 2013 is now a component of the Search service. to Get site Usage Reports is become more detail and useful. 

To Get Site Usage Report Goto Site Setting in Top left gaer icon. 

Click on  Popularity Trends  under Site Administration


Use default Template
 Generate into Excel



there also more feature under Site Collection Administration in site settings

Audit log  reports


Popularity and Search Reports



More HelpFul links http://social.technet.microsoft.com/wiki/contents/articles/17705.sharepoint-2013-web-analytics.aspx

SharePoint 2013 Search PDF Result Type with Previw in Browser

Friday, December 14, 2012





Search is the one of the most improved Feature that i found in SharePoint 2013. It’s Not only in Architecture or functionality. Even that Microsoft Improved Search User experience allot in SharePoint 2013. Now UI is more Informative and User Friendly. By Playing with SharePoint 2013 Search that t I Notice in SharePoint 2013 its Search quit Preview window. Where you can see immediately Preview the Search Result Items in Browser like Word Document. You don’t need to open them in any client app. To check is the same document that your look for. By just putting mouse over on the search result item it will give very nice small Hover Panel on right side of Search Results. Where you can see preview of your word,excel,powerpoint,html items and you can scroll down the document’s. it’s a Cool Feature and time saving. Another most important and requested feature for SharePoint 2013 Search to Provide PDF Search indexing by default OOB. So not need of IFilters for PDF Search. 

I was playing with SP15 Search then I notice SharePoint 2013 Search will not show me the PDF Documents in Preview mode Like documents word or excel. 

Then I jump into and try to some customized little bit. In SharePoint 2013 Search there is another very cool Feature in Search it’s called "Result Types" By default there is so many Result Types are there in your siteCollection and  you  can also create new by copying any existing one of the modified and create from scratch. To modified html and js files to display custom content in Preview window you need you find Display Templates under SPD2013 . Here i am trying to modify existing Result Types to Open Pdf in hover panel and display in Browser.


workaround 

Open SharePoint Designer 2013 and open Site where you want this modification to be done. then navigate 
to All File>_catalogs>masterPage>Display templates>Search.


Find Item called   " item_PDF_HoverPanel.html " and right Click on Edit.

find Item
 then navigate the  Tag Div with ID  id="_#= $htmlEncode(id + HP.ids.content) =#_" data-displaytemplate="PDFHoverPanel". in Side this Tag just Past the Following Code. and save.

Refresh the Search Results and Mouse over again on PDF Item. if you will not find the Preview window so kindly install PDF plugin in your Browser 





By Usama Wahab Khan Happy SharePointing :)

Reference :
http://blogs.msdn.com/b/frmcsiw/archive/2012/11/18/sharepoint-2013-search-result-types-amp-display-templates.aspx