After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 303900 - Some confusion regarding when 'Show more options' are selected.
Some confusion regarding when 'Show more options' are selected.
Status: VERIFIED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
2.10.x
Other Linux
: Low enhancement
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-12 10:23 UTC by Sebastien Bacher
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2005-05-12 10:23:53 UTC
This bug has been opened here: https://bugzilla.ubuntu.com/10188

"When using gnome-search-tool to search 'in folder: Home', I want it to follow
symlinks. So I put that in the 'more options' list. Nice. Next time starting the
program, this setting is remembered. Also nice. It isn't actually used, however,
when the "Show more options" think is not expanded. When I expand the thing, it
*is* used.

This has confused me a lot, and I really think it's a weird thing to have the
*behaviour* of the program changing whenever just showing/hiding the options
that have been set. I would propose the options that are set, are used -
regardless of whether the "show more options" thing is expanded or not."
Comment 1 Sebastien Bacher 2005-05-12 10:26:22 UTC
I know than the quick mode uses locate and the other mode search on the disk,
but that's confusing for users. 

https://bugzilla.ubuntu.com/7965 is an another example of this.

Maybe the UI should make clear the difference between both?
Comment 2 Dennis Cranston 2005-05-12 15:11:31 UTC
Maybe the label should be changed from "Show more options" to "Add more options"
or something?
Comment 3 Dennis Cranston 2005-05-13 06:59:38 UTC
BTW, power users can set the '/apps/gnome-search-tool/show_additional_options'
gconf key to expand the "Show more options" section by default.

> "I would propose the options that are set, are used - regardless of whether
the > 'show more options' thing is expanded or not."  

I disagree if a user does not see an option then is should not be selected. 
Instead, I'll probably change the label of the expander widget to "Select more
options".  Any other suggestions?
Comment 4 Dennis Cranston 2005-05-14 18:09:30 UTC
Patch applied to 2.11.x+ (cvs head).

2005-05-14  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool.c, gnome-search-tool.schemas.in,
	  help/C/gnome-search-tool.xml, and
	  help/C/figures/gnome-search-tool_window.png: Change 
	  "Show more options" to "Select more options" to 
	  clear up confusion reported in bug #303900.
Comment 5 Sebastien Bacher 2005-05-14 21:05:08 UTC
I don't think that's the purpose of the bug. The issue is than users don't
understand the difference between locate and find. Ie: they don't get why the
options doesn't work when they are hidden. Nothing make clear than masking this
part of the UI makes the user choices useless. Maybe the 2 search modes should
have 2 differents UI and not depend on the options beeing masked or not?
Comment 6 Dennis Cranston 2005-05-14 23:55:55 UTC
No, the differences you describe existed prior to gnome-utils version 2.10.  See
bug report #153563.  By default, for simple filename searches gnome-search-tool
performs a two pass search using locate followed by find. ;-)
Comment 7 Sebastien Bacher 2005-05-15 09:47:35 UTC
that doesn't work.

* pick an directory
* display the options
* choose to display files created since 1 day

that works fine

* mask the options
* search again

it displays all the files, so it ignores the options ...
Comment 8 Dennis Cranston 2005-05-15 16:57:25 UTC
From my point of view, the user is not "masking the options".  They are
"unselecting the options".

I'd like to get feedback from a usability expert, so I am cc'ing Calum Benson.
Comment 9 Dennis Cranston 2005-06-17 05:53:25 UTC
Adjust title, priority, and severity fields.
Comment 10 Dennis Cranston 2005-07-10 02:12:57 UTC
2005-07-09  Dennis Cranston <dennis_cranston@yahoo.com>

	* help/C/gnome-search-tool.xml:  Help prevent
	confusion reported in Bug #303900 by adding 
	information about disabling the search options.