Disable the torrent option on the Homarr search bar
Hi there,
Is there any way to disable the torrent option on the homarr search bar?
Many thanks
Solution:Jump to solution
Here's a custom CSS that should hide the entry. It doesn't disable selecting it using arrow down but it's something
```CSS
.mantine-Autocomplete-item:has(.tabler-icon-download) {
display: none;
}...
24 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
log: not needed
os: debian 12
versino: idk how to find it, but latest? *jsut installed like a few days ago
config: not needed? idk i ran some install script
also this is how i installed if its needed
Hi, thanks for going through the list even though it wasn't relevant ^^'
There is unfortunately no way to disable single elements of the search bar.
This was requested in the past though and the search bar of V1 should include such niceties.
I invite you to join the insiders for more news about the upcomming V1.
Proxmox VE Helper-Scripts
Scripts for Streamlining Your Homelab with Proxmox VE
oh i see, so in a future release this could be a thing?
Yes
is it possible to change the end point of this search?
i would like to maybe make it google.com
and then the main search be something else like ddg
oh for that it's already available
oh, how do i do that?
Under user preferences
i only see that for the main search
Google is the default one so the search should already default to a google search
but not like torrent seach
if i cant remove the torrent search, id like to redirect it to something else like google
The default search should already be google
yes, but im talking about the torrent search
like i want the first to be my internal search
You can't change the torrent search no
okay, thank you
By default, the search bar will seek for apps on your dashboard for results, then will automatically choose web search if nothing is found.
You would have to select the torrent query
Solution
Here's a custom CSS that should hide the entry. It doesn't disable selecting it using arrow down but it's something