> For the complete documentation index, see [llms.txt](https://docs.wellcomecollection.org/fortnotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wellcomecollection.org/fortnotes/20230201.md).

# 20230201

### Done

#### Features

* [Search](https://wellcomecollection.org/search) for all site content has been taken out from behind a toggle (but you still need to know the correct URL to be able to access the pages)
* Search improvements: [#9116](https://github.com/wellcomecollection/wellcomecollection.org/issues/9116), [#9127](https://github.com/wellcomecollection/wellcomecollection.org/issues/9127), [#9133](https://github.com/wellcomecollection/wellcomecollection.org/issues/9133), [#9063](https://github.com/wellcomecollection/wellcomecollection.org/issues/9063), [#9041](https://github.com/wellcomecollection/wellcomecollection.org/issues/9041), [#9162](https://github.com/wellcomecollection/wellcomecollection.org/issues/9162), [#9053](https://github.com/wellcomecollection/wellcomecollection.org/issues/9053), [#9161](https://github.com/wellcomecollection/wellcomecollection.org/issues/9161), [#9153](https://github.com/wellcomecollection/wellcomecollection.org/issues/9153)
* Address duplicate concepts [#2273](https://github.com/wellcomecollection/catalogue-pipeline/issues/2273), [#2274](https://github.com/wellcomecollection/catalogue-pipeline/issues/2274), [#89](https://github.com/wellcomecollection/concepts-pipeline/issues/89), [#9063](https://github.com/wellcomecollection/catalogue-pipeline/issues/2301), [#2298](https://github.com/wellcomecollection/catalogue-pipeline/issues/2298)
* Expose MARC 544 as a related material note [#2313](https://github.com/wellcomecollection/catalogue-pipeline/pull/2313), for example <https://wellcomecollection.org/works/c245ztkp>
* Collected and assessed data for AB test as to whether or not users prefer the existing works page link or the new back button on the item viewer page [#121](https://github.com/wellcomecollection/data-science/pull/121)
* In Plain Sight digital guides analysis summarised in PowerPoint slides [#9145](https://github.com/wellcomecollection/wellcomecollection.org/issues/9145)
* Ran a service blueprinting workshop for the [offsite materials requesting process](https://docs.google.com/spreadsheets/d/1U3RTwngJwBq-kvl7u92CxIuOFmmbPYblDWFgW9PChB0/edit?usp=sharing)
* Activating Google Tag Manager container for wellcomecollection.org [#8524](https://github.com/wellcomecollection/wellcomecollection.org/issues/8524)

#### Bug fixes

* Image grid accessibility improvement [#8919](https://github.com/wellcomecollection/wellcomecollection.org/issues/8919)
* Update login pages colours to match the new scheme [#384](https://github.com/wellcomecollection/identity/issues/384)
* Address Pa11y issues that affect the new Search pages [#9180](https://github.com/wellcomecollection/wellcomecollection.org/issues/9180)
* Fix some HTML Validation errors [#9114](https://github.com/wellcomecollection/wellcomecollection.org/issues/9114)
* Fix a typo on podcast subscription button [#9132](https://github.com/wellcomecollection/wellcomecollection.org/issues/9132)
* Hide the standard terms and conditions link on events for schools, which have separate T\&Cs [#9090](https://github.com/wellcomecollection/wellcomecollection.org/issues/9090)

#### Sustainability

* Remove unneeded code for ‘refresh\_interval=0’ behaviour [#2238](https://github.com/wellcomecollection/catalogue-pipeline/issues/2238)
* Test and document the procedure for restoring digital collections from our Azure backup [#1054](https://github.com/wellcomecollection/storage-service/issues/1054)
* Roll out new Lambda module across existing services [#5648](https://github.com/wellcomecollection/platform/issues/5648)
* Allow running multiple apps simultaneously locally to help devs [#8993](https://github.com/wellcomecollection/wellcomecollection.org/issues/8993)
* Sort out index lifecycle management for logging/APM indices [#5645](https://github.com/wellcomecollection/platform/issues/5645)
* Write some tests for the format-date functions that simulate different user locales [#9048](https://github.com/wellcomecollection/wellcomecollection.org/issues/9048)

### Focusing on next

* Modify mapping and query so that exact matches score higher than looser matches
* Investigate Buildkite test analytics
* Get search redirected to new search including stories
* Minimal version of search in the global nav, behind a toggle
* Make progress on Next.js to see what breaks
* Write an RFC for bringing genres into concepts
* Review patron self-registration flow
* Agree event tracking processes and how to manage that
* Exploring UX improvements to works pages


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wellcomecollection.org/fortnotes/20230201.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
