https://bugs.kde.org/show_bug.cgi?id=524791

--- Comment #2 from [email protected] ---
(In reply to John Smith from comment #1)
> I came to report this bug and I have done a lot of testing. 
Thank you.

> I believe the bug is in kio-filenamesearch or related libraries in
> kio-extras.
I assume you are doing a filename only, simple search. And not searching
content.

> ...typing standard wildcards like *document-save* throws a fatal error:
It should be that searching for just document-save without will find the
matches. The query has implicit wildcards so (should) find words that is part
of the filename. The queries are regular expressions and not globs with
wildcards. So, yes, it wants ".*" and not a simple "*"...

> While using simple search from "Here" in Dolphin there seems to be a
> de-duplication process that is not tracking the file path.
I think that's true, the search follows symlinks (whereas baloo does not when
it is indexing). And I think you get the actual, single "destination" file if
the search follows the links and arrives at the same file via different paths.
Or at least....

> ... I'm working on
> an icon theme and when searching for a specific icon it only returns one
> file with a unique name from all of the category/size folders such as 22x22,
> 32x32, 48x48 etc. (not one each, one total).  In the case of searching
> breeze for document-save it returns only uniquely named files from size 32,
> "/usr/share/icons/breeze/actions/32/" ...

> Note that icon themes are the perfect place to test this.
Will check.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to