Skip to content
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

Nemo search doesn't work with phrases under 3 characters #2202

Closed
atiredman opened this issue Sep 9, 2019 · 6 comments
Closed

Nemo search doesn't work with phrases under 3 characters #2202

atiredman opened this issue Sep 9, 2019 · 6 comments

Comments

@atiredman
Copy link

 * Nemo version (4.2.3-1)
 * Is issue with desktop or windowed nemo?
 * Distribution - (Manjaro)
 * Graphics hardware *and* driver used
 * 64 bit

Issue
Nemo doesn't allow you to search for 1 or 2 character phrases anymore.

Steps to reproduce
Open Nemo
Click the search icon or press Ctrl+f
Type a 1 or 2 character phrase

Expected behaviour
Nemo would search for all files that contain that 1 or 2 character phrase.

Other information
I noticed this behavior start after upgrading from (4.2.2-1 -> 4.2.3-1)

@atiredman
Copy link
Author

This issue is still present in the newest Nemo release (4.4.1). Sadly this is a critical feature for my use case forcing me to downgrade to an older Nemo version (4.2.2).

An example of how this issue negatively affects users:

I recently tried to search my music folder for all my songs written by U2, opening the search bar, typing U2 and pressing enter does nothing in Nemo 4.4.1. While in version 4.2.2 a list of all songs containing U2 would appear.

@leigh123linux
Copy link
Contributor

@atiredman Add a wildcard.

u2*

@leigh123linux
Copy link
Contributor

Sorry we have no intention to lower the character limit as it was introduced to fix an issue.

#2073

If you want it lower edit this line and compile it.

https://github.com/linuxmint/nemo/blob/master/src/nemo-query-editor.c#L182

IMO using a wildcard is much easier :-)

@guy-teube
Copy link

I understand this behaviour fixes an issue, but it should be an option choosen by the user (I would define with only 1 character in my case, others users another value if they want).
I am not able to compile Nemo.
The wildcard is not a bypass option because "?*" doesn't display files with a question mark.

@mtwebster
Copy link
Member

What version are you on?

As of nemo 5.0 you can have any length (enter initiates the search now, among other things).

@guy-teube
Copy link

Ok I see.
I'm stuck on 4.4.2 (Ubuntu 20.04 LTS) so I suppose I should upgrade to have a new version of Nemo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants