Skip to content

Commit 33cf8eb

Browse files
authored
Merge pull request #5167 from alphagov/rename-search-section
Rename Search section to GOV.UK Search
2 parents 3ac16dc + b8a4e96 commit 33cf8eb

11 files changed

+11
-11
lines changed

source/manual/add-a-best-bet.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "Add a best bet to site search"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88

99
### What is a best bet?

source/manual/boost-or-demote-a-document-in-search.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "Boost or demote a document in site search"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88

99
Some kinds of content are more useful to our users than others. To account for this, we configure the VAIS engine to always apply certain “boosts” to search results. These are generally applied by [document type] but some documents are boosted based on their [base path].

source/manual/get-or-delete-a-document-from-VAIS.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "How to get or delete a document from Vertex"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88
[link-1]: https://cloud.google.com/generative-ai-app-builder/docs/reference/rest
99
[link-2]: /google-cloud-platform-gcp.html.md

source/manual/govuk-search.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "GOV.UK Search: how it works"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
type: learn
88
---
99

source/manual/govuk-site-search.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "GOV.UK Site search: How it works"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
type: learn
88
---
99

source/manual/how-to-clear-the-redis-cache.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "How to clear the Redis cache"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88

99
Search API V2 uses [Redis] to track the latest synced payload version for a document. It compares the payload version of the document being synced with the `latest_synced_version` number for that version in the cache.

source/manual/how-to-resync-content-in-vertex.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "How to resync content in Vertex"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88

99
To resync content items in Vertex search, publishing-api needs to push the documents to search-api-v2.

source/manual/prevent-a-page-being-returned-in-search-results.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "Prevent a page being returned in search results"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88

99
## How to filter a page from Site search results

source/manual/prevent-an-unhelpful-autocomplete-suggestion.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "Prevent an unhelpful autocomplete suggestion"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88

99
To prevent unhelpful autocomplete suggestions on GOV.UK, you can add them to a 'denylist' using the [Search Admin] application. This mechanism allows you to override and exclude undesirable terms from being returned by the autocomplete feature.

source/manual/search-synchronisation-errors.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ owner_slack: "#govuk-search"
33
title: "Search synchronisation errors"
44
parent: "/manual.html"
55
layout: manual_layout
6-
section: Search
6+
section: Search on GOV.UK
77
---
88

99
## A document doesn't appear in site search after it is published

0 commit comments

Comments
 (0)