Finding odd bugs on a brand new Strapi 5.0.3 instance - setup problems?

Hi all, I’m new to the world of Strapi, so please forgive me if I’m missing something obvious!

I’ve just installed a brand new Strapi instance (v5.0.3, using TypeScript, and a MySQL database), and I’m running it locally on my Mac via Node v20.18.0, and accessing it via Google Chrome - I just followed the npx create-strapi-app@latest my-project process, and then installed the Official CKEditor plugin. Everything else is “stock” as far as I’m aware.

Mostly, it’s working great, but I’m finding a few niggling problems that surely other people would have noticed by now - and therefore I’m guessing it must be something unique to what I’ve done in the set-up process.

First up, in the admin system - the pagination isn’t working for me. I’ve imported a few hundred records, I see 10 on the first page as I’d expect … but as I paginate through pages - the URL changes (“&page=7” etc.) - the pagination highlights the page at the bottom - but the records are always the same, so I can only ever see the first 10 records. This happens on multiple collection types.

Second, the admin-system search doesn’t seem to support multiple words - I have an article called “A guide to self care” in a title field. If I search “self” or “care”, it comes up - but if I search “self care” - I get 0 results. Performing the same search using filters ([title] [contains] self care) works fine.

Curiously, if I set up a live demo on Live Demo | Strapi the leading open-source headless CMS, I don’t get either of these problems.

Have I done something wrong? Any assistance much appreciated!

This topic has been created from a Discord post (1293587720441958462) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Update: I get the same issue running the default sqlite database.

Update: However, I don’t seem to get either of these issues if I run Strapi 5.0.0

Further update: these bugs return for me on the just-released Strapi 5.0.4

Further update: this was a this bug - Content Manager pagination is broken as of 5.0.3 · Issue #21789 · strapi/strapi · GitHub - and both issues are successfully fixed for me in 5.0.6 :+1: