> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-lundi-29-janvier-2024.md).

# Mise à jour du lundi 29 janvier 2024

**New Features and Improvements**

1. **Filter Improvements**:
   * **Reseller and Business Introducer Filters**: We have added the options "With" and "Without" in these filters. This allows you to better filter your searches, specifying whether you want to include or exclude resellers or business introducers in your results. A separator has also been introduced for better organization and readability.
   * **"Provider" Filter**: For faster selection, the current team is now displayed at the top of the list in this filter. This helps you quickly access your current team without having to scroll through the entire list.
2. **Added Dutch Language (Booking Module)**:
   * We have expanded our language options to include Dutch. This improves the accessibility of Yoplanning for our Dutch-speaking users.

***

**Bug Fixes**

1. **Backend Fixes (Booking Module)**:
   * **Date Display**: Fixed an issue where the first available date was not correctly displayed in the datepicker.
   * **Error Handling**: Fix on calling `getAvailableDays` in case of input error. This ensures better error handling and smoother user experience.
   * **Filter Reset**: Filter reset was not properly setting the offset/limit and was not handling the daterange picker. This issue is now fixed.
2. **List and Participant Email Sessions**:
   * **Export Planning Staff**: Fixed a bug where exporting the staff planning would crash if no data was present.
   * **Email Field Validation**: Added validation on the email field in participants' emails to avoid input errors.

***

**Changes**

1. **Modifying Filters**:
   * Replaced the "All" option with "---" in filters. This change is intended to clarify the UI by making it clearer that no specific filter is applied.
2. **Asynchronous Loading of Google Maps**:
   * To improve page loading performance, Google Maps loading is now asynchronous.

***

For more information about these updates or if you have any questions, please feel free to contact our support team at <support@yoplanning.com>. We are here to help you get the most out of Yoplanning!


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2024/mise-a-jour-du-lundi-29-janvier-2024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
