Uninstall baloo

As Baloo is not working properly with my files I decided to remove it:

sudo dnf remove baloo*

To my great surprise this unstalled not only baloo but also dolphin.

$ dolphin -v
bash: dolphin: command not found...

How do I reinstall dolphin complete with all the plugins but without baloo?

It doesn’t look like you can. Making sure you're not a bot!

[grumpey@grumpeylaptop:~/working/workrave-copr]$<main>sudo dnf install dolphin --exclude=\*baloo\* 
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
  - package dolphin-25.12.3-1.fc44.x86_64 from fedora requires libKF6Baloo.so.6()(64bit), but none of the providers can be installed
  - package dolphin-26.04.3-1.fc44.x86_64 from updates requires libKF6Baloo.so.6()(64bit), but none of the providers can be installed
  - package dolphin-25.12.3-1.fc44.x86_64 from updates-testing requires libKF6Baloo.so.6()(64bit), but none of the providers can be installed
  - package kf6-baloo-libs-6.25.0-1.fc44.x86_64 from fedora is filtered out by exclude filtering
  - package kf6-baloo-libs-6.29.0-1.fc44.x86_64 from updates is filtered out by exclude filtering
  - package kf6-baloo-libs-6.25.0-1.fc44.x86_64 from updates-testing is filtered out by exclude filtering
You can try to add to command line:
  --skip-broken to skip uninstallable packages
[grumpey@grumpeylaptop:~/working/workrave-copr]$<main>sudo dnf install dolphin --exclude=\*baloo\* --skip-broken 
Updating and loading repositories:
Repositories loaded.
Problem: package dolphin-26.04.3-1.fc44.x86_64 from updates requires libKF6Baloo.so.6()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - package kf6-baloo-libs-6.25.0-1.fc44.x86_64 from fedora is filtered out by exclude filtering
  - package kf6-baloo-libs-6.29.0-1.fc44.x86_64 from updates is filtered out by exclude filtering
  - package kf6-baloo-libs-6.25.0-1.fc44.x86_64 from updates-testing is filtered out by exclude filtering

Package                                                  Arch          Version                                                  Repository                           Size
Skipping packages with broken dependencies:
 dolphin                                                 x86_64        26.04.3-1.fc44                                           updates                          13.2 MiB

Nothing to do.