SlideShare une entreprise Scribd logo
1  sur  62
Ed Musters, SharePoint MVP, Infusion
emusters@infusion.com
@TechEdToronto
Slides available now at:
http://slideshare.net/emusters
GOLDBRONZE/
PRIZES
SILVE
R
Session Overview: Business Level 100
I cannot tell you how many recent customers have simply indexed a
universe of content with SharePoint Search OOTB (both SP and non-SP)
and commented that “Search sucks” and “I can’t find anything relevant”. You
will learn everything you need to know at this session to make use of very
powerful OOTB configurable search functionality to “light up” your search
experience and become the next Search Hero. No previous knowledge of
SharePoint Search is assumed.
Ed Musters, SharePoint MVP
Infusion, Toronto Canada
Email : emustes@infusion.com
Twitter : @TechEdToronto
Slideshare:
http://www.slideshare.net/emusters
Ed is a SharePoint MVP and a SharePoint
Architect for Infusion. He has instructed the
exclusive Critical Path SharePoint courses for
many years. Ed is an author for two books
on SharePoint development. He has been a
featured speaker at many international
conferences, SharePoint Saturdays, and user
groups. Ed would very much enjoy sharing
his real world expertise with you!
Agenda
• How can you be a search hero?
• Search Terminology
• Authoritative Pages and Search Thesaurus
• Search analytics reports
• Your Very Own Search Center
• Federated Search
• Results Sources, Promoted Results and Results Blocks
• Search “vertical” / tabs
• Information Architecture and Search Refiners
• Hybrid Search
Side Note: The Demo Environment
I will be using the Office 365 Trial environment, pre-populated with
“Contoso” content, as provisioned via the following link (if you are a
Microsoft Partner): https://demos.microsoft.com/
How can you be a search hero?
How can you be a search
hero?
Arm yourself with search knowledge super powers! Learn the art of the possible!
Apply your transformative powers and make your users search experience shine!
Learn:
• What you can ask your SharePoint Administrators to do
• What you can do yourself with your very own Search Center
• All the basics before tackling more advanced concepts such as the Content
Search Web Part (which merits its own session!)
Isn’t SharePoint Online / 2016 / 2013 Search
supposed to be awesome and getting better
with every version? Isn’t it the “killer app”?
Discussion!
• Are you dissatisfied with your organizations “Enterprise Search”?
• If SharePoint is simply “indexing the universe of content”, disappointing
search results should not be surprising – why might that be?
Search Terminology
Search Terminology
Result Sources – A new or refined set of search results, previously known as
scopes. You could limit results to a file extension (e.g. ppt*), a path (e.g. a
sub-site / document library), a matching term in a term set, a content type
(e.g. Proposals), etc. You could also bring in external / federated results
sources (e.g. Bing or from Google Search Appliance) via OpenSearch.
Query Rules – I term these “search business rules” where you anticipate
what people are looking for, but defining a set of conditions and actions. A
simple example is to look for a keyword (“News”) and direct someone to
the News home page.
Search Administration in SharePoint Online
Authoritative Pages and
Search Thesaurus
Authoritative Pages
Given a listing of all of your site collections, you have the opportunity to
rank them in “levels” of “first, second, or third” in terms of search relevance.
You don’t have to do them all, but you should do the ones you can.
You can also promote relevant content that may be “buried” deep down in
some site hierarchy – corporate, division, region, company, department,
team...
There is a special category called “sites to demote”. The classic example is
an archive site you certainly would not want featured prominently in search
results simply based on keywords typed in.
These settings are global to the Office 365 tenant / SharePoint Farm.
Authoritative Pages
Search Thesaurus
Available in SharePoint On Premise only! But exceptionally useful!
A Thesaurus defines synonyms so that searching for one term or the other
yields identical search results.
All that is required is a simple CSV file in UTF-8 format, and is uploaded in
Central Administration. Example file:
A good starting point are your corporate or industry specific acronyms (e.g.
For the banking sector).
Key,Synonym,Language
COO,Chief Operating Officer,en
Chief Operating Officer,COO,en
Search Thesaurus
Note the hit highlighting
includes search result both
with “coo” and “chief operating
officer”.
Search Analytics Reports
Search Analytics Reports
Search Analytics reports will show you what people are looking for now,
and is a primary input for creating new “search business rules”.
At some frequency (e.g. Quarterly), request the “Top Queries By Month”,
“Abandoned Queries By Month”, and “No Results Queries by Month”.
An actual client example was employees searching for official company
holidays – terms included “holiday”, “holidays”, “2016 calendar”, “statutory
holidays”, “working calendar”. Together, they comprised a top search on
the company intranet. But each term yielded very different search results –
and frustration (and wasted time) on the part of the employee! We can
resolve this, but the first step is knowing about it.
Your Very Own Search Center
Your Very Own Search Center
You may have a global / “Enterprise” search in your organization (e.g. from
your corporate Intranet).
It is definitely worth considering if you should have your very own Search
Center for your site collection (a “/sites/Search” sub-site)
We will learn in this part of the presentation the
Site Settings you can make to have a unique and
specialized Search Center experience.
Site Settings
Federated Search
Federated Search
This technique allows you query an “outside” search index that is compliant
with OpenSearch protocol and include the search results within your search
center.
This is the SharePoint 2013 Hybrid Search approach to include SharePoint
On Premise results in SharePoint Online and vice versa.
We’ll be introducing Results Sources and Query Rules in this section.
Microsoft’s Bing Search is OpenSearch compliant, so let’s use that as an
example...
Bing Federated Search
First we need a Results Source that “points” to Bing:
Bing Federated Search
Results Source details
Bing Search
URL
Federated Search
Now we use a Query Rule to specify we’d like to show our Bing search in a
Results Block:
Google Search Appliance Federated Search
More practically, clients wish to feature federated searches from their public
“.com” site when searching on the Intranet. For example, the product
information and brochures your customer is accessing are probably there.
Many of our clients are using the Google Search Appliance (GSA) to index
their “.com”, so this has to be the search index we query to get results from.
One of our banking clients is BMO.com. If you perform a search for “RSP”
(“Retirement Savings Plan”), it will reveal the GSA query endpoint:
http://findit.bmo.com/search?proxystylesheet=bmo_json&site=bmo_en&cli
ent=bmo_en&output=xml_no_dtd&q=rsp&num=10&start=NaN&oe=utf8
The XSLT File you Need!
Here is the magical file (embedded into presentation) that you will need to
provide to your GSA team!
Note the parameter “proxystylesheet=bmo_json” on previous page. If you
try the URL (in Chrome) you will see special “json” search results because of
a specialized XSLT file the client provided
You will want them to implement this as “proxystylesheet=OpenSearch” or
whatever, which will apply this XSLT to the results before returning them to
SharePoint.
GSA Federated!
Following exact same approach as for
Bing, you add the Results Source and
Query Rule to get the GSA search results
federated to SharePoint
Results Sources, Promoted
Results and Results Blocks
Or: Results Sources and Query Rules, aka “Search Business Rules”
Results Sources
Let’s look at another example of a custom Results Source:
Promoted Results / Results Blocks
Let’s look at some samples for Query Rules:
News “Business Rules” Triggered
Pop Quiz!
How would you recommend to do for our previous example found via the
search reports?
“An actual client example was employees searching for official company holidays –
terms included “holiday”, “holidays”, “2016 calendar”, “statutory holidays”, “working
calendar”. Together, they comprised a top search on the company intranet. But
each term yielded very different search results – and frustration (and wasted time) on
the part of the employee! ”
Search Verticals / Tabs
Search Verticals / Tabs
You can have additional tabs in your search center.
One simple scenario is a “search scope”, limiting search results to a certain
path / site / document library, or a specific type of content.
Let’s set up a “News” tab that focuses only on Press Releases (the Results
Source from the previous section).
Create and Configure New Search Page
In your Search Center, Add a New Page (e.g. “NewsResults”). Then on the
search results web part, choose to “Edit Web Part”:
Configure the Search Results Web Part
Click the Change Query button. Change the “Select a
Query” drop down to the appropriate Results Source (in
our case Press Releases):
Configure A New Search Tab
From Site Settings search navigation, add a new link to point to your search
results page. That’s it! Your search will now have a new tab!
New Search Tab – No Results Source
Another example of Sales/Marketing
tab. But this time we use Local SP
Results and modify the Query Text
with a Path parameter:
Information Architecture and
Search Refiners
Information Architecture and Search Refiners
A proper Information Architecture involving logical, physical, and navigation
can be a daunting exercise.
You can add your own custom search refiners to improve your search
center experience.
Start simple with one or two types of content.
Create a Site Column that is mapped to a managed metadata term set.
Add the Site Column to a document library and tag/classify your
documents.
Map “refinable fields” to your managed metadata and add Search Refiners
to your search center.
Sample Logical Information Architecture
Physical content is
connected together
by tagging with
values from
hierarchical term
sets.
You can create your own term sets
Scoped to only your site collection, example “Product Group”
Create Site Column to Map Term Set
Add The Site Column To A Document Library
In my example, I used the Documents
library under Departments -> Sales &
Marketing -> Marketing Campaigns sub-
site.
Go to the library settings and add the
Contoso Product site columns using “Add
from existing site columns”.
Tag Your Content!
Note I did this quickly using the “Quick Edit” view:
Crawled Property ->Managed Property
When SharePoint crawls content that has been tagged with your term set, a
“Crawled Property” is automatically generated.
Notice the “Mapped to Property” is currently blank
Map to Managed Property
You need to have a Managed Property – this is the part that is Searchable,
Sortable, and (most importantly) refinable.
It is recommended to use the SharePoint provided generic Managed
Properties “RefinableString00”, “01”, “02”, etc. OOTB that you can use to
map to your Crawled Properties.
Map to Managed Property
On the Managed Property tab, search for “refinablestring”. Edit the next
number that has not been assigned – in this case 02.
Map to Managed Property
You can leave everything “as is”, just scroll down to the “Mappings” section.
Click Add a Mapping and find and add your crawled property:
Map to Managed Property
You should now see this filled on back on the Managed Property tab:
Adding a Search Refiner
Ok! Now we are ready to add a new search refiner! Go to the search
results page (e.g. go to Search Center and type in any search criteria, such
as “test”).
On the search results
page, put the page in
edit mode:
Adding a Search Refiner
In that Navigation Zone, choose to edit the web part. In the web part
properties, click on the Choose Refiners button:
Adding a Search Refiner
From available
refiners, choose
Refinable String
02 and Add.
Change the
Display Name
to Product
Adding a Search Refiner
Save and publish your page. Test an appropriate search – in my case “Q4”.
Notice your new refiner!
Hybrid Search
Hybrid Search
Hybrid Search is when SharePoint Online directly indexes your SharePoint
On Premise.
SharePoint Online becomes your one master search index.
You can move search configuration from On Premise to Online.
In one customer scenario, SharePoint On Premise search is also running for
sensitive data (i.e. You can have both).
You need SharePoint 2016 or a patch for SharePoint 2013.
Thanks for attending
You officially now can be the next Search Hero for your organization!
Thank you!
Toronto Enterprise Collaboration User Group
Change Management, Governance, SharePoint, Office 365,
Yammer, PowerBI, etc
http://www.meetup.com/TSPBUG/
Toronto SharePoint Users Group
http://tspug.com/
THANK YOU & See you next year!
Join us for SharePint after the event @ 5:30pm
6982 Financial Dr. and don’t forget to submit feedback
after each session for your chance to win great prizes
at the end of the day!
https://www.surveymonkey.com/r/spstoronto2016

Contenu connexe

Tendances

On page seo ppt_presentation
On page seo ppt_presentationOn page seo ppt_presentation
On page seo ppt_presentationssusere32ae6
 
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...Harjeet Dhillon
 
SEO Basics: Foundations and Best Practices for Search Engine Optimization
SEO Basics: Foundations and Best Practices for Search Engine OptimizationSEO Basics: Foundations and Best Practices for Search Engine Optimization
SEO Basics: Foundations and Best Practices for Search Engine OptimizationMatt Martin
 
SEO Essentials - The Basics Explained
SEO Essentials - The Basics ExplainedSEO Essentials - The Basics Explained
SEO Essentials - The Basics ExplainedDirectbrand
 
Report on search engines
Report on search enginesReport on search engines
Report on search enginesAmandeep Kaur
 
eGrove Systems Corporation - PrestaShop Development Services
eGrove Systems Corporation - PrestaShop Development ServiceseGrove Systems Corporation - PrestaShop Development Services
eGrove Systems Corporation - PrestaShop Development ServicesEgrove Systems Corporation
 
SEO EXECUTIVE SUMMARY rc9.co
SEO EXECUTIVE SUMMARY rc9.coSEO EXECUTIVE SUMMARY rc9.co
SEO EXECUTIVE SUMMARY rc9.coyana tarehtha
 
Google Search engine optimization starter guide 2011
Google Search engine optimization starter guide 2011Google Search engine optimization starter guide 2011
Google Search engine optimization starter guide 2011PCG Digital Marketing
 
Google search engine-optimization-starter-guide
Google search engine-optimization-starter-guideGoogle search engine-optimization-starter-guide
Google search engine-optimization-starter-guidearhun
 
Whats new in search in SharePoint 2013
Whats new in search in SharePoint 2013Whats new in search in SharePoint 2013
Whats new in search in SharePoint 2013Michal Pisarek
 
Pptfive seoi-101110112831-phpapp01
Pptfive seoi-101110112831-phpapp01Pptfive seoi-101110112831-phpapp01
Pptfive seoi-101110112831-phpapp01Boris Loukanov
 

Tendances (16)

On page seo ppt_presentation
On page seo ppt_presentationOn page seo ppt_presentation
On page seo ppt_presentation
 
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
 
SEO On Page & Activities 2018
SEO On Page & Activities 2018SEO On Page & Activities 2018
SEO On Page & Activities 2018
 
SEO Basics: Foundations and Best Practices for Search Engine Optimization
SEO Basics: Foundations and Best Practices for Search Engine OptimizationSEO Basics: Foundations and Best Practices for Search Engine Optimization
SEO Basics: Foundations and Best Practices for Search Engine Optimization
 
SEO Essentials - The Basics Explained
SEO Essentials - The Basics ExplainedSEO Essentials - The Basics Explained
SEO Essentials - The Basics Explained
 
Report on search engines
Report on search enginesReport on search engines
Report on search engines
 
eGrove Systems Corporation - PrestaShop Development Services
eGrove Systems Corporation - PrestaShop Development ServiceseGrove Systems Corporation - PrestaShop Development Services
eGrove Systems Corporation - PrestaShop Development Services
 
SEO EXECUTIVE SUMMARY rc9.co
SEO EXECUTIVE SUMMARY rc9.coSEO EXECUTIVE SUMMARY rc9.co
SEO EXECUTIVE SUMMARY rc9.co
 
SEO
SEOSEO
SEO
 
SEO Starter Guide By Google
SEO Starter Guide By GoogleSEO Starter Guide By Google
SEO Starter Guide By Google
 
Google Search engine optimization starter guide 2011
Google Search engine optimization starter guide 2011Google Search engine optimization starter guide 2011
Google Search engine optimization starter guide 2011
 
Google search engine-optimization-starter-guide
Google search engine-optimization-starter-guideGoogle search engine-optimization-starter-guide
Google search engine-optimization-starter-guide
 
7 Free SEO Tools for Business
7 Free SEO Tools for Business7 Free SEO Tools for Business
7 Free SEO Tools for Business
 
Seo Report
Seo ReportSeo Report
Seo Report
 
Whats new in search in SharePoint 2013
Whats new in search in SharePoint 2013Whats new in search in SharePoint 2013
Whats new in search in SharePoint 2013
 
Pptfive seoi-101110112831-phpapp01
Pptfive seoi-101110112831-phpapp01Pptfive seoi-101110112831-phpapp01
Pptfive seoi-101110112831-phpapp01
 

En vedette

How to Configure SharePoint 2013 Federated Search for Different Data Sources
How to Configure SharePoint 2013 Federated Search for Different Data SourcesHow to Configure SharePoint 2013 Federated Search for Different Data Sources
How to Configure SharePoint 2013 Federated Search for Different Data SourcesDon E. Wallace
 
Courtney's Resume 2016
Courtney's Resume 2016Courtney's Resume 2016
Courtney's Resume 2016Courtney Weis
 
Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...
Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...
Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...OpinionWay
 
Agência Drc Publicidade Marketing Digital
Agência Drc Publicidade Marketing DigitalAgência Drc Publicidade Marketing Digital
Agência Drc Publicidade Marketing DigitalAdão Rodrigues
 
Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...
Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...
Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...Marek Pietrzyk
 
Wade Wetzel Resume
Wade Wetzel ResumeWade Wetzel Resume
Wade Wetzel ResumeWade Wetzel
 
25. pengenalan sistem e training guru melek it by pak sukani
25. pengenalan sistem e training guru melek it by pak sukani25. pengenalan sistem e training guru melek it by pak sukani
25. pengenalan sistem e training guru melek it by pak sukanisukani
 
Star Paper Mill exp.cert
Star Paper Mill exp.certStar Paper Mill exp.cert
Star Paper Mill exp.certRishi Maggo
 
ACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIA
ACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIAACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIA
ACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIADPS
 
OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...
OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...
OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...contactOpinionWay
 
Adobe Premiere Pro Main Updates
Adobe Premiere Pro Main UpdatesAdobe Premiere Pro Main Updates
Adobe Premiere Pro Main UpdatesJoe Nasr
 
The Art of Video Editing
The Art of Video EditingThe Art of Video Editing
The Art of Video EditingJoe Nasr
 
MarkBerg_Portfolio 2016
MarkBerg_Portfolio 2016MarkBerg_Portfolio 2016
MarkBerg_Portfolio 2016mark berg
 

En vedette (20)

How to Configure SharePoint 2013 Federated Search for Different Data Sources
How to Configure SharePoint 2013 Federated Search for Different Data SourcesHow to Configure SharePoint 2013 Federated Search for Different Data Sources
How to Configure SharePoint 2013 Federated Search for Different Data Sources
 
Courtney's Resume 2016
Courtney's Resume 2016Courtney's Resume 2016
Courtney's Resume 2016
 
Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...
Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...
Metronews / LCI - Intentions de vote aux régionales - Par OpinionWay - novemb...
 
Tasja Matriek
Tasja MatriekTasja Matriek
Tasja Matriek
 
Agência Drc Publicidade Marketing Digital
Agência Drc Publicidade Marketing DigitalAgência Drc Publicidade Marketing Digital
Agência Drc Publicidade Marketing Digital
 
Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...
Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...
Marek Pietrzyk - Trasys Security Conference Brussels - Active Data Protection...
 
Wade Wetzel Resume
Wade Wetzel ResumeWade Wetzel Resume
Wade Wetzel Resume
 
Covers
CoversCovers
Covers
 
FINAL one
FINAL oneFINAL one
FINAL one
 
Sicopedagogia
SicopedagogiaSicopedagogia
Sicopedagogia
 
25. pengenalan sistem e training guru melek it by pak sukani
25. pengenalan sistem e training guru melek it by pak sukani25. pengenalan sistem e training guru melek it by pak sukani
25. pengenalan sistem e training guru melek it by pak sukani
 
STAR Exp.cert
STAR Exp.certSTAR Exp.cert
STAR Exp.cert
 
Star Paper Mill exp.cert
Star Paper Mill exp.certStar Paper Mill exp.cert
Star Paper Mill exp.cert
 
Historia de la computadora
Historia de la computadoraHistoria de la computadora
Historia de la computadora
 
ACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIA
ACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIAACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIA
ACCIÓN SOCIAL: REPARACIÓN VÍCTIMAS DE LA VIOLENCIA
 
cv
cvcv
cv
 
OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...
OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...
OpinionWay pour Valeurs Actuelles - Les intentions de vote aux élections régi...
 
Adobe Premiere Pro Main Updates
Adobe Premiere Pro Main UpdatesAdobe Premiere Pro Main Updates
Adobe Premiere Pro Main Updates
 
The Art of Video Editing
The Art of Video EditingThe Art of Video Editing
The Art of Video Editing
 
MarkBerg_Portfolio 2016
MarkBerg_Portfolio 2016MarkBerg_Portfolio 2016
MarkBerg_Portfolio 2016
 

Similaire à SharePoint Search Zero to Search Hero

Find It With Share Point Search
Find It With Share Point SearchFind It With Share Point Search
Find It With Share Point SearchMike Brannon
 
SharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkSharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkEarley Information Science
 
Getting The Most Out Of SP Search SPSTC
Getting The Most Out Of SP Search SPSTCGetting The Most Out Of SP Search SPSTC
Getting The Most Out Of SP Search SPSTCJohn Ross
 
Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?Benjamin Niaulin
 
Social bookmarking-for-dummies
Social bookmarking-for-dummiesSocial bookmarking-for-dummies
Social bookmarking-for-dummiesAivil Vin
 
Customizing SharePoint 2013 search display templates
Customizing SharePoint 2013 search display templatesCustomizing SharePoint 2013 search display templates
Customizing SharePoint 2013 search display templatesTony Testa
 
Hands-On Keyword Research, Strategy & Content Plans
Hands-On Keyword Research, Strategy & Content PlansHands-On Keyword Research, Strategy & Content Plans
Hands-On Keyword Research, Strategy & Content PlansJake Aull
 
Enhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint SearchEnhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint SearchGina Montgomery, V-TSP
 
Featured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position ZeroFeatured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position ZeroMichael Marsh
 
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...Sezai Komur
 
Sharepoint tips and tricks
Sharepoint tips and tricksSharepoint tips and tricks
Sharepoint tips and tricksJeff Wisniewski
 
How To Use AI To Enhance Your SEO & Create Better Content
How To Use AI To Enhance Your SEO & Create Better ContentHow To Use AI To Enhance Your SEO & Create Better Content
How To Use AI To Enhance Your SEO & Create Better ContentSearch Engine Journal
 
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”voginip
 
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”VOGIN-academie
 
2010 10-09 seo the secret sauce (svcc-2010)
2010 10-09 seo the secret sauce (svcc-2010)2010 10-09 seo the secret sauce (svcc-2010)
2010 10-09 seo the secret sauce (svcc-2010)Massimo Paolini
 
B2B SaaS Marketing - B2B Search Engine Optimization (SEO)
B2B SaaS Marketing - B2B Search Engine Optimization (SEO)B2B SaaS Marketing - B2B Search Engine Optimization (SEO)
B2B SaaS Marketing - B2B Search Engine Optimization (SEO)Michael Fertman
 
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015Gina Montgomery, V-TSP
 
SharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End UsersSharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End UsersMark Stokes
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013Khoa Quach
 

Similaire à SharePoint Search Zero to Search Hero (20)

Find It With Share Point Search
Find It With Share Point SearchFind It With Share Point Search
Find It With Share Point Search
 
SharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkSharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search Work
 
Getting The Most Out Of SP Search SPSTC
Getting The Most Out Of SP Search SPSTCGetting The Most Out Of SP Search SPSTC
Getting The Most Out Of SP Search SPSTC
 
Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?
 
Social bookmarking-for-dummies
Social bookmarking-for-dummiesSocial bookmarking-for-dummies
Social bookmarking-for-dummies
 
Customizing SharePoint 2013 search display templates
Customizing SharePoint 2013 search display templatesCustomizing SharePoint 2013 search display templates
Customizing SharePoint 2013 search display templates
 
Accelerate Tectoria SEO Primer
Accelerate Tectoria SEO PrimerAccelerate Tectoria SEO Primer
Accelerate Tectoria SEO Primer
 
Hands-On Keyword Research, Strategy & Content Plans
Hands-On Keyword Research, Strategy & Content PlansHands-On Keyword Research, Strategy & Content Plans
Hands-On Keyword Research, Strategy & Content Plans
 
Enhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint SearchEnhancing Relevancy & End User Experience with SharePoint Search
Enhancing Relevancy & End User Experience with SharePoint Search
 
Featured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position ZeroFeatured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position Zero
 
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
 
Sharepoint tips and tricks
Sharepoint tips and tricksSharepoint tips and tricks
Sharepoint tips and tricks
 
How To Use AI To Enhance Your SEO & Create Better Content
How To Use AI To Enhance Your SEO & Create Better ContentHow To Use AI To Enhance Your SEO & Create Better Content
How To Use AI To Enhance Your SEO & Create Better Content
 
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
 
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”Smartlogic, Semaphore and Semantically Enhanced Search –  For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
 
2010 10-09 seo the secret sauce (svcc-2010)
2010 10-09 seo the secret sauce (svcc-2010)2010 10-09 seo the secret sauce (svcc-2010)
2010 10-09 seo the secret sauce (svcc-2010)
 
B2B SaaS Marketing - B2B Search Engine Optimization (SEO)
B2B SaaS Marketing - B2B Search Engine Optimization (SEO)B2B SaaS Marketing - B2B Search Engine Optimization (SEO)
B2B SaaS Marketing - B2B Search Engine Optimization (SEO)
 
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015
 
SharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End UsersSharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End Users
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013
 

Plus de Ed Musters

Using Telerik Kendo UI in Office 365
Using Telerik Kendo UI in Office 365Using Telerik Kendo UI in Office 365
Using Telerik Kendo UI in Office 365Ed Musters
 
Telerik Kendo UI Overview
Telerik Kendo UI OverviewTelerik Kendo UI Overview
Telerik Kendo UI OverviewEd Musters
 
Telerik Kendo UI in Office 365
Telerik Kendo UI in Office 365Telerik Kendo UI in Office 365
Telerik Kendo UI in Office 365Ed Musters
 
SharePoint 2013 Sandbox Solutions for On Premise or Office 365
SharePoint 2013 Sandbox Solutions for On Premise or Office 365SharePoint 2013 Sandbox Solutions for On Premise or Office 365
SharePoint 2013 Sandbox Solutions for On Premise or Office 365Ed Musters
 
SharePoint 2013 Sandbox Solutions for On Premise and Office 365
SharePoint 2013 Sandbox Solutions for On Premise and Office 365SharePoint 2013 Sandbox Solutions for On Premise and Office 365
SharePoint 2013 Sandbox Solutions for On Premise and Office 365Ed Musters
 
SharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUGSharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUGEd Musters
 
SharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUGSharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUGEd Musters
 
SharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the BoxSharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the BoxEd Musters
 
Full Trust Solution Development in SharePoint 2013
Full Trust Solution Development in SharePoint 2013Full Trust Solution Development in SharePoint 2013
Full Trust Solution Development in SharePoint 2013Ed Musters
 

Plus de Ed Musters (9)

Using Telerik Kendo UI in Office 365
Using Telerik Kendo UI in Office 365Using Telerik Kendo UI in Office 365
Using Telerik Kendo UI in Office 365
 
Telerik Kendo UI Overview
Telerik Kendo UI OverviewTelerik Kendo UI Overview
Telerik Kendo UI Overview
 
Telerik Kendo UI in Office 365
Telerik Kendo UI in Office 365Telerik Kendo UI in Office 365
Telerik Kendo UI in Office 365
 
SharePoint 2013 Sandbox Solutions for On Premise or Office 365
SharePoint 2013 Sandbox Solutions for On Premise or Office 365SharePoint 2013 Sandbox Solutions for On Premise or Office 365
SharePoint 2013 Sandbox Solutions for On Premise or Office 365
 
SharePoint 2013 Sandbox Solutions for On Premise and Office 365
SharePoint 2013 Sandbox Solutions for On Premise and Office 365SharePoint 2013 Sandbox Solutions for On Premise and Office 365
SharePoint 2013 Sandbox Solutions for On Premise and Office 365
 
SharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUGSharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUG
 
SharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUGSharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUG
 
SharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the BoxSharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the Box
 
Full Trust Solution Development in SharePoint 2013
Full Trust Solution Development in SharePoint 2013Full Trust Solution Development in SharePoint 2013
Full Trust Solution Development in SharePoint 2013
 

Dernier

Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentationvaddepallysandeep122
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commercemanigoyal112
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfIdiosysTechnologies1
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 

Dernier (20)

2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentation
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commerce
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdf
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 

SharePoint Search Zero to Search Hero

  • 1. Ed Musters, SharePoint MVP, Infusion emusters@infusion.com @TechEdToronto Slides available now at: http://slideshare.net/emusters
  • 3. Session Overview: Business Level 100 I cannot tell you how many recent customers have simply indexed a universe of content with SharePoint Search OOTB (both SP and non-SP) and commented that “Search sucks” and “I can’t find anything relevant”. You will learn everything you need to know at this session to make use of very powerful OOTB configurable search functionality to “light up” your search experience and become the next Search Hero. No previous knowledge of SharePoint Search is assumed.
  • 4. Ed Musters, SharePoint MVP Infusion, Toronto Canada Email : emustes@infusion.com Twitter : @TechEdToronto Slideshare: http://www.slideshare.net/emusters Ed is a SharePoint MVP and a SharePoint Architect for Infusion. He has instructed the exclusive Critical Path SharePoint courses for many years. Ed is an author for two books on SharePoint development. He has been a featured speaker at many international conferences, SharePoint Saturdays, and user groups. Ed would very much enjoy sharing his real world expertise with you!
  • 5. Agenda • How can you be a search hero? • Search Terminology • Authoritative Pages and Search Thesaurus • Search analytics reports • Your Very Own Search Center • Federated Search • Results Sources, Promoted Results and Results Blocks • Search “vertical” / tabs • Information Architecture and Search Refiners • Hybrid Search
  • 6. Side Note: The Demo Environment I will be using the Office 365 Trial environment, pre-populated with “Contoso” content, as provisioned via the following link (if you are a Microsoft Partner): https://demos.microsoft.com/
  • 7. How can you be a search hero?
  • 8. How can you be a search hero? Arm yourself with search knowledge super powers! Learn the art of the possible! Apply your transformative powers and make your users search experience shine! Learn: • What you can ask your SharePoint Administrators to do • What you can do yourself with your very own Search Center • All the basics before tackling more advanced concepts such as the Content Search Web Part (which merits its own session!)
  • 9. Isn’t SharePoint Online / 2016 / 2013 Search supposed to be awesome and getting better with every version? Isn’t it the “killer app”? Discussion! • Are you dissatisfied with your organizations “Enterprise Search”? • If SharePoint is simply “indexing the universe of content”, disappointing search results should not be surprising – why might that be?
  • 11.
  • 12. Search Terminology Result Sources – A new or refined set of search results, previously known as scopes. You could limit results to a file extension (e.g. ppt*), a path (e.g. a sub-site / document library), a matching term in a term set, a content type (e.g. Proposals), etc. You could also bring in external / federated results sources (e.g. Bing or from Google Search Appliance) via OpenSearch. Query Rules – I term these “search business rules” where you anticipate what people are looking for, but defining a set of conditions and actions. A simple example is to look for a keyword (“News”) and direct someone to the News home page.
  • 13. Search Administration in SharePoint Online
  • 15. Authoritative Pages Given a listing of all of your site collections, you have the opportunity to rank them in “levels” of “first, second, or third” in terms of search relevance. You don’t have to do them all, but you should do the ones you can. You can also promote relevant content that may be “buried” deep down in some site hierarchy – corporate, division, region, company, department, team... There is a special category called “sites to demote”. The classic example is an archive site you certainly would not want featured prominently in search results simply based on keywords typed in. These settings are global to the Office 365 tenant / SharePoint Farm.
  • 17. Search Thesaurus Available in SharePoint On Premise only! But exceptionally useful! A Thesaurus defines synonyms so that searching for one term or the other yields identical search results. All that is required is a simple CSV file in UTF-8 format, and is uploaded in Central Administration. Example file: A good starting point are your corporate or industry specific acronyms (e.g. For the banking sector). Key,Synonym,Language COO,Chief Operating Officer,en Chief Operating Officer,COO,en
  • 18. Search Thesaurus Note the hit highlighting includes search result both with “coo” and “chief operating officer”.
  • 20. Search Analytics Reports Search Analytics reports will show you what people are looking for now, and is a primary input for creating new “search business rules”. At some frequency (e.g. Quarterly), request the “Top Queries By Month”, “Abandoned Queries By Month”, and “No Results Queries by Month”. An actual client example was employees searching for official company holidays – terms included “holiday”, “holidays”, “2016 calendar”, “statutory holidays”, “working calendar”. Together, they comprised a top search on the company intranet. But each term yielded very different search results – and frustration (and wasted time) on the part of the employee! We can resolve this, but the first step is knowing about it.
  • 21.
  • 22. Your Very Own Search Center
  • 23. Your Very Own Search Center You may have a global / “Enterprise” search in your organization (e.g. from your corporate Intranet). It is definitely worth considering if you should have your very own Search Center for your site collection (a “/sites/Search” sub-site) We will learn in this part of the presentation the Site Settings you can make to have a unique and specialized Search Center experience. Site Settings
  • 25. Federated Search This technique allows you query an “outside” search index that is compliant with OpenSearch protocol and include the search results within your search center. This is the SharePoint 2013 Hybrid Search approach to include SharePoint On Premise results in SharePoint Online and vice versa. We’ll be introducing Results Sources and Query Rules in this section. Microsoft’s Bing Search is OpenSearch compliant, so let’s use that as an example...
  • 26. Bing Federated Search First we need a Results Source that “points” to Bing:
  • 27. Bing Federated Search Results Source details Bing Search URL
  • 28. Federated Search Now we use a Query Rule to specify we’d like to show our Bing search in a Results Block:
  • 29. Google Search Appliance Federated Search More practically, clients wish to feature federated searches from their public “.com” site when searching on the Intranet. For example, the product information and brochures your customer is accessing are probably there. Many of our clients are using the Google Search Appliance (GSA) to index their “.com”, so this has to be the search index we query to get results from. One of our banking clients is BMO.com. If you perform a search for “RSP” (“Retirement Savings Plan”), it will reveal the GSA query endpoint: http://findit.bmo.com/search?proxystylesheet=bmo_json&site=bmo_en&cli ent=bmo_en&output=xml_no_dtd&q=rsp&num=10&start=NaN&oe=utf8
  • 30. The XSLT File you Need! Here is the magical file (embedded into presentation) that you will need to provide to your GSA team! Note the parameter “proxystylesheet=bmo_json” on previous page. If you try the URL (in Chrome) you will see special “json” search results because of a specialized XSLT file the client provided You will want them to implement this as “proxystylesheet=OpenSearch” or whatever, which will apply this XSLT to the results before returning them to SharePoint.
  • 31. GSA Federated! Following exact same approach as for Bing, you add the Results Source and Query Rule to get the GSA search results federated to SharePoint
  • 32. Results Sources, Promoted Results and Results Blocks Or: Results Sources and Query Rules, aka “Search Business Rules”
  • 33. Results Sources Let’s look at another example of a custom Results Source:
  • 34. Promoted Results / Results Blocks Let’s look at some samples for Query Rules:
  • 36. Pop Quiz! How would you recommend to do for our previous example found via the search reports? “An actual client example was employees searching for official company holidays – terms included “holiday”, “holidays”, “2016 calendar”, “statutory holidays”, “working calendar”. Together, they comprised a top search on the company intranet. But each term yielded very different search results – and frustration (and wasted time) on the part of the employee! ”
  • 38. Search Verticals / Tabs You can have additional tabs in your search center. One simple scenario is a “search scope”, limiting search results to a certain path / site / document library, or a specific type of content. Let’s set up a “News” tab that focuses only on Press Releases (the Results Source from the previous section).
  • 39. Create and Configure New Search Page In your Search Center, Add a New Page (e.g. “NewsResults”). Then on the search results web part, choose to “Edit Web Part”:
  • 40. Configure the Search Results Web Part Click the Change Query button. Change the “Select a Query” drop down to the appropriate Results Source (in our case Press Releases):
  • 41. Configure A New Search Tab From Site Settings search navigation, add a new link to point to your search results page. That’s it! Your search will now have a new tab!
  • 42. New Search Tab – No Results Source Another example of Sales/Marketing tab. But this time we use Local SP Results and modify the Query Text with a Path parameter:
  • 44. Information Architecture and Search Refiners A proper Information Architecture involving logical, physical, and navigation can be a daunting exercise. You can add your own custom search refiners to improve your search center experience. Start simple with one or two types of content. Create a Site Column that is mapped to a managed metadata term set. Add the Site Column to a document library and tag/classify your documents. Map “refinable fields” to your managed metadata and add Search Refiners to your search center.
  • 45. Sample Logical Information Architecture Physical content is connected together by tagging with values from hierarchical term sets.
  • 46. You can create your own term sets Scoped to only your site collection, example “Product Group”
  • 47. Create Site Column to Map Term Set
  • 48. Add The Site Column To A Document Library In my example, I used the Documents library under Departments -> Sales & Marketing -> Marketing Campaigns sub- site. Go to the library settings and add the Contoso Product site columns using “Add from existing site columns”.
  • 49. Tag Your Content! Note I did this quickly using the “Quick Edit” view:
  • 50. Crawled Property ->Managed Property When SharePoint crawls content that has been tagged with your term set, a “Crawled Property” is automatically generated. Notice the “Mapped to Property” is currently blank
  • 51. Map to Managed Property You need to have a Managed Property – this is the part that is Searchable, Sortable, and (most importantly) refinable. It is recommended to use the SharePoint provided generic Managed Properties “RefinableString00”, “01”, “02”, etc. OOTB that you can use to map to your Crawled Properties.
  • 52. Map to Managed Property On the Managed Property tab, search for “refinablestring”. Edit the next number that has not been assigned – in this case 02.
  • 53. Map to Managed Property You can leave everything “as is”, just scroll down to the “Mappings” section. Click Add a Mapping and find and add your crawled property:
  • 54. Map to Managed Property You should now see this filled on back on the Managed Property tab:
  • 55. Adding a Search Refiner Ok! Now we are ready to add a new search refiner! Go to the search results page (e.g. go to Search Center and type in any search criteria, such as “test”). On the search results page, put the page in edit mode:
  • 56. Adding a Search Refiner In that Navigation Zone, choose to edit the web part. In the web part properties, click on the Choose Refiners button:
  • 57. Adding a Search Refiner From available refiners, choose Refinable String 02 and Add. Change the Display Name to Product
  • 58. Adding a Search Refiner Save and publish your page. Test an appropriate search – in my case “Q4”. Notice your new refiner!
  • 60. Hybrid Search Hybrid Search is when SharePoint Online directly indexes your SharePoint On Premise. SharePoint Online becomes your one master search index. You can move search configuration from On Premise to Online. In one customer scenario, SharePoint On Premise search is also running for sensitive data (i.e. You can have both). You need SharePoint 2016 or a patch for SharePoint 2013.
  • 61. Thanks for attending You officially now can be the next Search Hero for your organization!
  • 62. Thank you! Toronto Enterprise Collaboration User Group Change Management, Governance, SharePoint, Office 365, Yammer, PowerBI, etc http://www.meetup.com/TSPBUG/ Toronto SharePoint Users Group http://tspug.com/ THANK YOU & See you next year! Join us for SharePint after the event @ 5:30pm 6982 Financial Dr. and don’t forget to submit feedback after each session for your chance to win great prizes at the end of the day! https://www.surveymonkey.com/r/spstoronto2016