Tagged Questions
2
votes
3answers
160 views
What is the best approach to disallow an empty search?
I want to disallow users from searching without a query string (at least one character). To achieve this, I tried to disable the search submit button when the search box is empty, and restoring the ...
1
vote
3answers
124 views
How to request that two out of three fields need to be populated in a mobile search app
I am developing a new iOS app and I need to let the user commit a search where three fields are shown.
a group name (development, marketing etc.)
member name
project name
the search should be ...
3
votes
1answer
117 views
Should department filter be located to the left or the right of the search text input in e-commerce sites?
I'm working on a new shopping site and i see a possible minor improvement.
We have a typical search form on top left, with dropdown for categories and input field.
I think maybe it's better if we ...