Summary: | search content of two or more words separated by "" doesn't work | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | proteus5 |
Component: | search | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | dikasetyaprayogi, elvis.angelaccio, isma.af, kfm-devel, postix |
Priority: | NOR | ||
Version: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=435119 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Search for two words |
Description
proteus5
2020-04-05 13:50:31 UTC
I'm not able to reproduce this bug, maybe I'm not interpreting it right. Could you please give more specifics about it?: * Are you searching for "Filename" or "Content"? * Can you give an example of the exact term your searching for (where do the "" go)? * What does exactly means "search is not possible" (no results, crashing, etc) Thanks! (In reply to Ismael Asensio from comment #1) > I'm not able to reproduce this bug, maybe I'm not interpreting it right. > > Could you please give more specifics about it?: > * Are you searching for "Filename" or "Content"? > * Can you give an example of the exact term your searching for (where do the > "" go)? > * What does exactly means "search is not possible" (no results, crashing, > etc) > > Thanks! The Dolphin search function doesn't let me to get the documents where a sentence of 2 or more words are present when I select the searching by CONTENT. It works just with one word. Created attachment 129083 [details]
Search for two words
If you mean searching for a whole sentence enclosing it in quotes, the search engine does not support that, since it uses an indexed search by single words.
Otherwise, searching for any number of words in documents (but not on a fixed sentence), works fine for me.
(In reply to Ismael Asensio from comment #3) > Created attachment 129083 [details] > Search for two words > > If you mean searching for a whole sentence enclosing it in quotes, the > search engine does not support that, since it uses an indexed search by > single words. > Otherwise, searching for any number of words in documents (but not on a > fixed sentence), works fine for me. the searching by 2 or more words is useful when many documents such as hundreds about an argument are present so to avoid a plethoric useless result. in a nutshell suppose you have file: one two three.jpg searching "one two" will find the file searching "one three" will gives you nothing these means dolphin only do linear search and not a word combination while these are commonly supported in gtk file managers like pcman,thunar,nemo,nautilus,etc this feature is really usefull and had greater flexibility to quickly search+filter the exact files user want to find. linear search is very accurate but very inflexible, just a small typo or you forgetting the exact filename and you will never find the file. please raise this awareness to developer. |