-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rearranging / changing the order of the WebSearch entries does not work #1276
Comments
This is intended. Fallbacks are now sorted by usage as well as the matches. This is the next generic conceptual step to allow all extensions to provide fallbacks. |
I though well this makes natutrally sense since the current usage statistically deines your future needs, but indeed I am not really happy with the approach. Muscle memory is stronger. Probably it makes sense to have a tab where all fallbacks are cumulated to let the user define the order. Ill have to use it for a while an see if my brain can adapt. Also the reception of the community plays a role. |
Thank you for the explanation. You know, after thinking about it for a while, the benefit of the weighing/sorting the fallbacks is understandable. Some quick thoughts: For the use case of
Use case 1) happens more often. Maybe a compromise could be to offer both ways of sorting the WebSearch entries and let the user choose between them. Finally, sorry, totally missed e015d5a |
For me it's not working so well.
|
unfortunately the transition to the new search engine struct messed up sorting. 0.22.2 fixes this |
Thanks I confirm 1 is fixed. I found the cause of 2 and 3. Somehow my triggers had a strange character on the end that was not a normal space. |
thats just a mark that there is a space. i found nothing better. the ogham space mark ( ) looks weird as well. i though ppl may interpret it as underscore, while the bullet is that far away from a separator, that it leads to the understanding that it may serve as space indicator. |
I still experience this:
for all triggers expect the just edited amazon |
Is it okay if you remove the spaces? |
just added a line that trims existing triggers. |
Yes, it works then. |
Update to save the time to remove all spaces |
I've worked out why 2 of my searches were missing - albert is hard-coded to show only 5 matches, and I had to scroll down to see the "missing" ones. Strange, I thought I had configured 10 available results, but I can't find the option now. The new system is annoying😃. From time to time my default search is not top of the list. So I accidentally run a different search, which means the different search has even more priority the next time. The more I pick it by accident, the worse it gets. The only way out I can see is to stop what I'm doing and spend a minute re-running the default search over and over. |
Thats what i meant by muscle memory. This is slightly better when you set the usage history weighting roughly in the middle. |
Thank you😃 |
I configured my .cache folder to be mounted as tmpfs. This makes muscle memory practically useless since it's going to be wiped on shutdown. At the same time, my default search engine is not what I want. |
i dont get the point. if you think you this affects the sorting you are wrong. the usage history database is stored in data dir. |
It's probably because I don't have much history data so I assumed it was wiped. Although I still prefer to set the order manually. I like to use my default search engine as fast as possible even if it means the other search engines require more brain processing and finger moving. |
Description
The WebSearch (v1.6) entries cannot be changed regarding their order, i.e. it is impossible to control which WebSearch item gets listed first when holding down Meta or if a local result does not exist.
Expected behavior
The expected behavior is the old one, that is possible to re-order (drag & drop) the WebSearch entries to control which entry gets listed first when holding down Meta or if a local result does not exist.
Steps to reproduce
Source
OBS - https://software.opensuse.org//download.html?project=home%3Amanuelschneid3r&package=albert-master
Debug output
The text was updated successfully, but these errors were encountered: