diff --git a/docs/_posts/2024-01-16-sitecore-search-for-begginers.md b/docs/_posts/2024-01-23-sitecore-search-for-begginers.md similarity index 96% rename from docs/_posts/2024-01-16-sitecore-search-for-begginers.md rename to docs/_posts/2024-01-23-sitecore-search-for-begginers.md index 05b0eab..60ba0af 100644 --- a/docs/_posts/2024-01-16-sitecore-search-for-begginers.md +++ b/docs/_posts/2024-01-23-sitecore-search-for-begginers.md @@ -1,6 +1,6 @@ --- title: "Sitecore Search for beginners" -date: 2024-01-16 12:00:00 +0100 +date: 2024-01-23 12:00:00 +0100 categories: - Sitecore Search - Sitecore @@ -13,7 +13,7 @@ tags: author: rcunha --- -![alt text](../files/2024/01/16/01-magnifying-glass-hero.jpg "Search with magnifying glass") +![alt text](../files/2024/01/23/01-magnifying-glass-hero.jpg "Search with magnifying glass") Foto from [Viarami](https://pixabay.com/users/viarami-13458823/) on [Unsplash](https://pixabay.com/photos/magnifying-glass-seek-detective-5232511/) @@ -23,12 +23,12 @@ Released during last quarter of 2022, Sitecore Search is one of the most recent - **Search & recommendations service** - An AI-based REST API for performing search queries and receiving results. - **Event service** - A REST API for collecting visitor interactions which are key to optimizing the search experience.

- Sitecore Search pillars, CEC and APIs + Sitecore Search pillars, CEC and APIs

The Customer Engagement Console (CEC) is Sitecore Search entry point, providing us with the right tools to manage, configure and analyze our search experiences. With CEC, we can create Sources, Widgets, rules, A/B tests, track analytics, test integrations and much more.

- Sitecore Search CEC homepage + Sitecore Search CEC homepage

In current days, where companies are growing and improving their online presence, we are seeing data being fragmented across multiple systems. With Sitecore Search we are able to **integrate our website(s) or any online point of contact** to create engaging, and predictive **content search experiences across all our content sources**. @@ -43,7 +43,7 @@ While working with Sitecore Search we will mainly go through three major phases: **3. Configure** - During the configuration step we should start configuring all website search features we would like to provide to our customers. It's during this phase that we start configuring facets, sorting options, recommendations and widgets.

- Sitecore Search flow + Sitecore Search flow

On Sitecore Search, each search experience provided to our customers is attached to a Widget which is represented in Sitecore Search as a unique ID named rfkid. Note that in Sitecore Search, widgets are not coupled with any visual representation. @@ -65,7 +65,7 @@ The **id attribute** is an example of a **mandatory** attribute since each index New attributes can be added under the **Administration → Domain Settings → Attributes** tab. On the attributes dashboard we just need to click on the "+ Add Attribute" button visible on the top right corner of the screen.

- Sitecore Search attributes + Sitecore Search attributes

An important part of editing or adding an attribute is to configure the "Use for feature" options. In this menu of options we can decide which features of Sitecore Search the attribute can be used for. For example, by selecting the "Suggestions Blocks" option the attribute field could be used to provide suggestions to end users. @@ -97,7 +97,7 @@ Currently when creating a source we can choose one of the following connectors: To create a new source, we must go to Sources page and click on the "+ Add Source" button. After that, we should give it a name, a description and choose which type of connector (from the ones described above) is most suitable for the newly created source.

- Sitecore Search add sources + Sitecore Search add sources

### Configure Source @@ -120,7 +120,7 @@ While configuring attributes we can set to which Sitecore Search features they c In order to enable search features such as facets, sort options or suggestion, we need to navigate to the Feature Configuration panel located at: **Administration → Domain Settings → Feature Configurations**.

- Sitecore Search features configurations + Sitecore Search features configurations

An example on how to configure search features like textual relevance, suggestions and sorting options can be seen in [this page](https://doc.sitecore.com/search/en/developers/search-developer-guide/walkthrough--configuring-search-features.html){:target="_blank"}. diff --git a/docs/files/2024/01/16/01-magnifying-glass-hero.jpg b/docs/files/2024/01/23/01-magnifying-glass-hero.jpg similarity index 100% rename from docs/files/2024/01/16/01-magnifying-glass-hero.jpg rename to docs/files/2024/01/23/01-magnifying-glass-hero.jpg diff --git a/docs/files/2024/01/16/02-Sitecore-Search-Pillars.png b/docs/files/2024/01/23/02-Sitecore-Search-Pillars.png similarity index 100% rename from docs/files/2024/01/16/02-Sitecore-Search-Pillars.png rename to docs/files/2024/01/23/02-Sitecore-Search-Pillars.png diff --git a/docs/files/2024/01/16/03-CEC-Homepage.png b/docs/files/2024/01/23/03-CEC-Homepage.png similarity index 100% rename from docs/files/2024/01/16/03-CEC-Homepage.png rename to docs/files/2024/01/23/03-CEC-Homepage.png diff --git a/docs/files/2024/01/16/04-Sitecore-Search-Flow.png b/docs/files/2024/01/23/04-Sitecore-Search-Flow.png similarity index 100% rename from docs/files/2024/01/16/04-Sitecore-Search-Flow.png rename to docs/files/2024/01/23/04-Sitecore-Search-Flow.png diff --git a/docs/files/2024/01/16/05-Sitecore-Search-Attributes.png b/docs/files/2024/01/23/05-Sitecore-Search-Attributes.png similarity index 100% rename from docs/files/2024/01/16/05-Sitecore-Search-Attributes.png rename to docs/files/2024/01/23/05-Sitecore-Search-Attributes.png diff --git a/docs/files/2024/01/16/06-Sitecore-Search-Add-Source.png b/docs/files/2024/01/23/06-Sitecore-Search-Add-Source.png similarity index 100% rename from docs/files/2024/01/16/06-Sitecore-Search-Add-Source.png rename to docs/files/2024/01/23/06-Sitecore-Search-Add-Source.png diff --git a/docs/files/2024/01/16/07-Sitecore-Search-Features-Configurations.png b/docs/files/2024/01/23/07-Sitecore-Search-Features-Configurations.png similarity index 100% rename from docs/files/2024/01/16/07-Sitecore-Search-Features-Configurations.png rename to docs/files/2024/01/23/07-Sitecore-Search-Features-Configurations.png