SlideShare a Scribd company logo
1 of 36
Sitecore Search:
A Real PoC
Jesper Balle & Sebastian Winslow
#sugcon
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
Sebastian Winslow
CTO (DK)
Sitecore MVP 2009-2023
sebastian.winslow@valtech.com
Jesper Balle
Tech lead & Solution architect
jesper.balle@valtech.com
Presented by Valtech
Sitecore Search
An introductoin
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
A bit of history
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• SaaS
• Based on experience from Discover
• Many configuration options through UI
• Role-based interface
• Reporting
• Rich feature set
• Predictive and AI
A new boy in town
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Crawling
§ Content is actually on the page
§ What content to index
§ How to update (1 page multiple items)
• Item based
§ Easily integrated in content creation
§ Which fields to index
§ What constitutes the page
”Sitecore” indexing approaches
• Feeds
§ Easy to control and keep overview of
content being indexed
§ Address potential JS issues
• API push
§ What constitutes the page
§ Mass or incremental updates
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Customer Engagement Console
§ Site performance
§ Pages (that uses widgets)
§ Widgets
§ Analytics
§ Global Resources
§ Catalog
§ Developer Resources
§ Administration
CEC – your friend to be
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• KPIs
§ Visits
§ Page views
§ Requests
§ Widget performance
§ Conversion rates
• Filters
§ Time
§ Devices
§ App type
• Web, native…
Site performance
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• An overview of search powered pages
• Where are widgets used
• Widget and Page variations
• Schedules
• Split tests
Pages and widgets
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Further insights into the site
performance
§ Widgets
§ Keywords
§ Content
Analytics
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Two types of profiles
§ Content
• Source (missing filter)
• Name
• Type
• Tags
• …
§ Visitors
• UUID, email...
• CCPA/GDPR Deletion
Request
Catalog
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• API Access
• API Explorer
• Event monitor
• Documentation (Discover)
Developer Resources
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Domain settings • Sources
Administration
And Users!
The Case
www.findbolig.nu
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Findbolig.nu is a platform to manage long and short term rental of residences
• Used by private landlords (individual or a minor business)
• Majority however is pension funds and larger organizations with a larger property
portfolio
• Different rental models: Adverts or waiting lists
• Several hundreds of thousand of users – some long & some short term
• Many different and very complex business rules, cross organizations, behind the
scene
• Purpose: To make rental residences easily visible for those needing it.
• Goal: To ensure no residence is without a tenant – minimize the idling time
What’s the site about
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Main search
§ Filtering / Facets
§ Sorting
§ Paging
§ Suggestion
§ Ranking
§ Mixed results
§ Map search
§ ”Random” result
Search Features
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
Search Features
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• New Residences – every day
Search Features
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Similar residences – for inspiration
§ Criteria based on chosen residence
§ Price +/- x%
Search Features
§ M2 +/- y%
§ etc.
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Predefined Searches & Search agents
§ Filtering / Facets
§ Member / not member
Search Features
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
Featured
listings
Potential search features
Freetext
on listings
FAQ
Site
search
The case moves into Search
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Entry points for crawling
§ Request
§ RSS
§ Sitemap
§ JS
Triggers
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Which urls to follow
• Can have multiple, with different
definitions for different parts of the site
§ Only links within specific sections
§ Only links of specific class
§ Only PDF documents
• Editor based on Monaco
Request extractors
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Used to define what content on the
page you actually want to have indexed
• Can have multiple, with different
definitions for different parts of the site
• Each extractor can have its own
content-type, set through available tags
• Manipulate your data when indexing
§ ”Computed fields”
• Editor based on Monaco
Document Extractors
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
Document Extractors (2)
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• https://discover-
euc1.sitecorecloud.io/discover/v2/{id}
• rfk_id – the widget (and it’s rules)
• Keyphrase – the search term
• Sitecore Discover provides SDK UI
widgets
- but not Sitecore Search
Search API endpoint
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
Results: Search response
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
API Explorer
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Search request linked to widget
• Widgets can have boosting rules
Refinement
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• You record events to use search stats
and personalization
• https://discover.sitecorecloud.io/event/
v4/publish/{customerKey}
• Part of SDK (to come)
Insights: Record events
Conclusion
© 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/
• Issues
§ Tech admin role
§ Shaky UI
§ Logs
§ Infinite scrolling
§ Documentation
§ Job overview and abortion
§ Missing SDK
=> lot of work in relation to insights and
enabling features on Frontend
§ In migration scenarios: fitting markup?
• Benefits
§ Incredible flexibility
§ Highly configurable
§ SaaS
§ Fast
§ Standard search feature set and much
more
§ Insights / Analytics
§ Split test
Findings
” –
We see a big potential and loads of use cases for
the product – and pinning Dave O’ Flanagan to his
promise of focusing on bringing the existing
products through stabilzation, documentation and
best practices, we cannot wait to get going with it
Jesper & Sebastian
We are proud community members!
Please contact us on the following handles:
sitecorechat.slack.com twitter
sitecorechat.slack.com twitter
jballe @BalleJesper
psWinslow @W1nsl0w
Thank you!
Happy searching
Best regards
Jesper and Sebastian
From

More Related Content

Similar to Search - Sugcon 2023.pptx

SUGCON: The Agile Nirvana of DevSecOps and Containerization
SUGCON: The Agile Nirvana of DevSecOps and ContainerizationSUGCON: The Agile Nirvana of DevSecOps and Containerization
SUGCON: The Agile Nirvana of DevSecOps and ContainerizationVasiliy Fomichev
 
Integrating Alfresco with Portals
Integrating Alfresco with PortalsIntegrating Alfresco with Portals
Integrating Alfresco with PortalsPiergiorgio Lucidi
 
Path Analyzer X-Files: How We Built the Ultimate xDB Forensic Tool
Path Analyzer X-Files: How We Built the Ultimate xDB Forensic ToolPath Analyzer X-Files: How We Built the Ultimate xDB Forensic Tool
Path Analyzer X-Files: How We Built the Ultimate xDB Forensic ToolSitecore
 
夜宴24期《这段时间》
夜宴24期《这段时间》夜宴24期《这段时间》
夜宴24期《这段时间》Koubei Banquet
 
Native Cloud-Native: Building Agile Microservices with the Micronaut Framework
Native Cloud-Native: Building Agile Microservices with the Micronaut FrameworkNative Cloud-Native: Building Agile Microservices with the Micronaut Framework
Native Cloud-Native: Building Agile Microservices with the Micronaut FrameworkZachary Klein
 
Xtending nintex workflow cloud w azure functions - xchange conference
Xtending nintex workflow cloud w azure functions - xchange conferenceXtending nintex workflow cloud w azure functions - xchange conference
Xtending nintex workflow cloud w azure functions - xchange conferenceMichael Oryszak
 
Trendspot ANZ 2014 - Federated Experience Manager - Thomas Eldblom
Trendspot ANZ 2014 - Federated Experience Manager - Thomas EldblomTrendspot ANZ 2014 - Federated Experience Manager - Thomas Eldblom
Trendspot ANZ 2014 - Federated Experience Manager - Thomas EldblomThomas Eldblom
 
Sitecore 9 - What's new?
Sitecore 9 - What's new?Sitecore 9 - What's new?
Sitecore 9 - What's new?Adrian IORGU
 
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, CiscoApidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Ciscoapidays
 
What's new in Sitecore 9.3
What's new in Sitecore 9.3What's new in Sitecore 9.3
What's new in Sitecore 9.3Pieter Brinkman
 
18 facets of the OpenAPI specification - Cisco Live US 2023
18 facets of the OpenAPI specification - Cisco Live US 202318 facets of the OpenAPI specification - Cisco Live US 2023
18 facets of the OpenAPI specification - Cisco Live US 2023Cisco DevNet
 
Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891
Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891
Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891Cisco DevNet
 
Real-World, Open Source, End-to-End JavaScript in IoT
Real-World, Open Source, End-to-End JavaScript in IoTReal-World, Open Source, End-to-End JavaScript in IoT
Real-World, Open Source, End-to-End JavaScript in IoTAll Things Open
 
Week 4 lecture material cc (1)
Week 4 lecture material cc (1)Week 4 lecture material cc (1)
Week 4 lecture material cc (1)Ankit Gupta
 
Azure Application insights - An Introduction
Azure Application insights - An IntroductionAzure Application insights - An Introduction
Azure Application insights - An IntroductionMatthias Güntert
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresherIvano Malavolta
 
The 12 facets of the OpenAPI standard.pdf
The 12 facets of the OpenAPI standard.pdfThe 12 facets of the OpenAPI standard.pdf
The 12 facets of the OpenAPI standard.pdfCisco DevNet
 
Inspire Helsinki 2019 - Keynote Bart De Lathouwer
Inspire Helsinki 2019 - Keynote Bart De LathouwerInspire Helsinki 2019 - Keynote Bart De Lathouwer
Inspire Helsinki 2019 - Keynote Bart De LathouwerHannaHorppila
 

Similar to Search - Sugcon 2023.pptx (20)

SUGCON: The Agile Nirvana of DevSecOps and Containerization
SUGCON: The Agile Nirvana of DevSecOps and ContainerizationSUGCON: The Agile Nirvana of DevSecOps and Containerization
SUGCON: The Agile Nirvana of DevSecOps and Containerization
 
Integrating Alfresco with Portals
Integrating Alfresco with PortalsIntegrating Alfresco with Portals
Integrating Alfresco with Portals
 
Path Analyzer X-Files: How We Built the Ultimate xDB Forensic Tool
Path Analyzer X-Files: How We Built the Ultimate xDB Forensic ToolPath Analyzer X-Files: How We Built the Ultimate xDB Forensic Tool
Path Analyzer X-Files: How We Built the Ultimate xDB Forensic Tool
 
夜宴24期《这段时间》
夜宴24期《这段时间》夜宴24期《这段时间》
夜宴24期《这段时间》
 
Native Cloud-Native: Building Agile Microservices with the Micronaut Framework
Native Cloud-Native: Building Agile Microservices with the Micronaut FrameworkNative Cloud-Native: Building Agile Microservices with the Micronaut Framework
Native Cloud-Native: Building Agile Microservices with the Micronaut Framework
 
Xtending nintex workflow cloud w azure functions - xchange conference
Xtending nintex workflow cloud w azure functions - xchange conferenceXtending nintex workflow cloud w azure functions - xchange conference
Xtending nintex workflow cloud w azure functions - xchange conference
 
Trendspot ANZ 2014 - Federated Experience Manager - Thomas Eldblom
Trendspot ANZ 2014 - Federated Experience Manager - Thomas EldblomTrendspot ANZ 2014 - Federated Experience Manager - Thomas Eldblom
Trendspot ANZ 2014 - Federated Experience Manager - Thomas Eldblom
 
Sitecore 9 - What's new?
Sitecore 9 - What's new?Sitecore 9 - What's new?
Sitecore 9 - What's new?
 
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, CiscoApidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
Apidays Paris 2023 - Managing OpenAPI Documents at Scale, Stéve Sfartz, Cisco
 
What's new in Sitecore 9.3
What's new in Sitecore 9.3What's new in Sitecore 9.3
What's new in Sitecore 9.3
 
18 facets of the OpenAPI specification - Cisco Live US 2023
18 facets of the OpenAPI specification - Cisco Live US 202318 facets of the OpenAPI specification - Cisco Live US 2023
18 facets of the OpenAPI specification - Cisco Live US 2023
 
Sitecore Commerce Analytics
Sitecore Commerce AnalyticsSitecore Commerce Analytics
Sitecore Commerce Analytics
 
Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891
Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891
Webex Teams Widgets Technical Drill down - Cisco Live Orlando 2018 - DEVNET-3891
 
Sug bangalore - headless jss
Sug bangalore - headless jssSug bangalore - headless jss
Sug bangalore - headless jss
 
Real-World, Open Source, End-to-End JavaScript in IoT
Real-World, Open Source, End-to-End JavaScript in IoTReal-World, Open Source, End-to-End JavaScript in IoT
Real-World, Open Source, End-to-End JavaScript in IoT
 
Week 4 lecture material cc (1)
Week 4 lecture material cc (1)Week 4 lecture material cc (1)
Week 4 lecture material cc (1)
 
Azure Application insights - An Introduction
Azure Application insights - An IntroductionAzure Application insights - An Introduction
Azure Application insights - An Introduction
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresher
 
The 12 facets of the OpenAPI standard.pdf
The 12 facets of the OpenAPI standard.pdfThe 12 facets of the OpenAPI standard.pdf
The 12 facets of the OpenAPI standard.pdf
 
Inspire Helsinki 2019 - Keynote Bart De Lathouwer
Inspire Helsinki 2019 - Keynote Bart De LathouwerInspire Helsinki 2019 - Keynote Bart De Lathouwer
Inspire Helsinki 2019 - Keynote Bart De Lathouwer
 

Recently uploaded

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

Search - Sugcon 2023.pptx

  • 1. Sitecore Search: A Real PoC Jesper Balle & Sebastian Winslow #sugcon
  • 2. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ Sebastian Winslow CTO (DK) Sitecore MVP 2009-2023 sebastian.winslow@valtech.com Jesper Balle Tech lead & Solution architect jesper.balle@valtech.com Presented by Valtech
  • 4. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ A bit of history
  • 5. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • SaaS • Based on experience from Discover • Many configuration options through UI • Role-based interface • Reporting • Rich feature set • Predictive and AI A new boy in town
  • 6. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Crawling § Content is actually on the page § What content to index § How to update (1 page multiple items) • Item based § Easily integrated in content creation § Which fields to index § What constitutes the page ”Sitecore” indexing approaches • Feeds § Easy to control and keep overview of content being indexed § Address potential JS issues • API push § What constitutes the page § Mass or incremental updates
  • 7. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Customer Engagement Console § Site performance § Pages (that uses widgets) § Widgets § Analytics § Global Resources § Catalog § Developer Resources § Administration CEC – your friend to be
  • 8. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • KPIs § Visits § Page views § Requests § Widget performance § Conversion rates • Filters § Time § Devices § App type • Web, native… Site performance
  • 9. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • An overview of search powered pages • Where are widgets used • Widget and Page variations • Schedules • Split tests Pages and widgets
  • 10. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Further insights into the site performance § Widgets § Keywords § Content Analytics
  • 11. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Two types of profiles § Content • Source (missing filter) • Name • Type • Tags • … § Visitors • UUID, email... • CCPA/GDPR Deletion Request Catalog
  • 12. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • API Access • API Explorer • Event monitor • Documentation (Discover) Developer Resources
  • 13. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Domain settings • Sources Administration And Users!
  • 15. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Findbolig.nu is a platform to manage long and short term rental of residences • Used by private landlords (individual or a minor business) • Majority however is pension funds and larger organizations with a larger property portfolio • Different rental models: Adverts or waiting lists • Several hundreds of thousand of users – some long & some short term • Many different and very complex business rules, cross organizations, behind the scene • Purpose: To make rental residences easily visible for those needing it. • Goal: To ensure no residence is without a tenant – minimize the idling time What’s the site about
  • 16. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Main search § Filtering / Facets § Sorting § Paging § Suggestion § Ranking § Mixed results § Map search § ”Random” result Search Features
  • 17. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ Search Features
  • 18. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • New Residences – every day Search Features
  • 19. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Similar residences – for inspiration § Criteria based on chosen residence § Price +/- x% Search Features § M2 +/- y% § etc.
  • 20. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Predefined Searches & Search agents § Filtering / Facets § Member / not member Search Features
  • 21. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ Featured listings Potential search features Freetext on listings FAQ Site search
  • 22. The case moves into Search
  • 23. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Entry points for crawling § Request § RSS § Sitemap § JS Triggers
  • 24. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Which urls to follow • Can have multiple, with different definitions for different parts of the site § Only links within specific sections § Only links of specific class § Only PDF documents • Editor based on Monaco Request extractors
  • 25. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Used to define what content on the page you actually want to have indexed • Can have multiple, with different definitions for different parts of the site • Each extractor can have its own content-type, set through available tags • Manipulate your data when indexing § ”Computed fields” • Editor based on Monaco Document Extractors
  • 26. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ Document Extractors (2)
  • 27. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • https://discover- euc1.sitecorecloud.io/discover/v2/{id} • rfk_id – the widget (and it’s rules) • Keyphrase – the search term • Sitecore Discover provides SDK UI widgets - but not Sitecore Search Search API endpoint
  • 28. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ Results: Search response
  • 29. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ API Explorer
  • 30. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Search request linked to widget • Widgets can have boosting rules Refinement
  • 31. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • You record events to use search stats and personalization • https://discover.sitecorecloud.io/event/ v4/publish/{customerKey} • Part of SDK (to come) Insights: Record events
  • 33. © 2023 Sitecore User Group Conference Europe and its respective speakers. All rights reserved. https://europe.sugcon.events/ • Issues § Tech admin role § Shaky UI § Logs § Infinite scrolling § Documentation § Job overview and abortion § Missing SDK => lot of work in relation to insights and enabling features on Frontend § In migration scenarios: fitting markup? • Benefits § Incredible flexibility § Highly configurable § SaaS § Fast § Standard search feature set and much more § Insights / Analytics § Split test Findings
  • 34. ” – We see a big potential and loads of use cases for the product – and pinning Dave O’ Flanagan to his promise of focusing on bringing the existing products through stabilzation, documentation and best practices, we cannot wait to get going with it Jesper & Sebastian
  • 35. We are proud community members! Please contact us on the following handles: sitecorechat.slack.com twitter sitecorechat.slack.com twitter jballe @BalleJesper psWinslow @W1nsl0w
  • 36. Thank you! Happy searching Best regards Jesper and Sebastian From