Skip to content

Commit

Permalink
Update images of Sitecore Search for Begginers blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocunhamerkle committed Jan 11, 2024
1 parent 9eba93c commit 25decfc
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_posts/2024-01-16-sitecore-search-for-begginers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img src="../files/2024/01/16/08-Sitecore-Search-Flow.png" alt= "Sitecore Search flow">
<img src="../files/2024/01/16/04-Sitecore-Search-Flow.png" alt= "Sitecore Search flow">
</p>

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.
Expand All @@ -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.
<p align="center">
<img src="../files/2024/01/16/04-Sitecore-Search-Attributes.png" alt= "Sitecore Search attributes">
<img src="../files/2024/01/16/05-Sitecore-Search-Attributes.png" alt= "Sitecore Search attributes">
</p>
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.
Expand Down Expand Up @@ -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.
<p align="center">
<img src="../files/2024/01/16/07-Sitecore-Search-Add-Source.png" alt= "Sitecore Search add sources">
<img src="../files/2024/01/16/06-Sitecore-Search-Add-Source.png" alt= "Sitecore Search add sources">
</p>

### Configure Source
Expand All @@ -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**.
<p align="center">
<img src="../files/2024/01/16/08-Sitecore-Search-Features-Configurations.png" alt= "Sitecore Search features configurations">
<img src="../files/2024/01/16/07-Sitecore-Search-Features-Configurations.png" alt= "Sitecore Search features configurations">
</p>

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"}.
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 25decfc

Please sign in to comment.