Best thing you can do is open a github issue for this since then we will get an answer and if it is a bug it will be fixed
correction an issue for this already exists.
opened 11:34AM - 20 Jul 23 UTC
issue: bug
severity: medium
status: confirmed
source: core:content-manager
<!--
Hello 👋 Thank you for submitting an issue.
Before you start, please mak… e sure your issue is understandable and reproducible.
To make your issue readable make sure you use valid Markdown syntax.
https://guides.github.com/features/mastering-markdown/
Please ensure you have also read and understand the contributing guide.
https://github.com/strapi/strapi/blob/main/CONTRIBUTING.md#reporting-an-issue
-->
## Bug report
### Required System information
- Node.js version: v16.20.1
- NPM version: 7.24.2
- Strapi version: 4.11.7
- Database: postgres
- Operating system: macOS Ventura
- Is your project Javascript or Typescript: ts
### Describe the bug
When searching in relation field, it returns results matching only beginning of the "relation display field". Before, it matched all results.
E.g. we have childPages, using `path` as main relations display field. Typing `ubytovanie` should return `bratislava-pre-ukrajinu/ubytovanie` but it doesn't.
Choosing some relations manually works. Search matching the beginning works.
But the layout is somehow broken.
### Steps to reproduce the behavior
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Expected behavior
Search in relations field should work correctly. The layout should display correctly.
It would be nice if it also ignores accents (áéšťýö etc...)
### Screenshots



Thank you! I did not notice it.
1 Like