First time here? Check out the FAQ!
3

Can the interface for searching with tags be improved?
 

To me, the visual cues when I'm searching with tags are pretty weak or conflicting. Here are some examples of what I mean:

  • When I search for a word, I see that word in the box at the top of my search results, when I search for a tag, the tag names are displayed lower down, in the part I (and maybe others) usually skip between the search box and the list of results.

  • When searching with tags, the tag names are printed, but they're not displayed as "tags" the way they are elsewhere on the site.

Suggestions: maybe parse the search text so that "tag:word" in the search box searches for the tag named "word", and use this to indicate to the user when a tag is being searched for. Or instead, maybe display the tags that are being searched immediately below the search box, maybe a little bigger than usual (if that's easy), and maybe with little "x"'s near them so they can be individually excluded from search too.

Ok; sorry for the rambling, not-totally-explained question/suggestion; Let me know if I should try to clarify.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago
niles's avatar
808
niles
asked 14 years ago

Comments

yes, I see clearly what you are talking about. It's definitely worth the experiment, I'll post an answer here when the feature is available. Btw, I want to remind anyone who might be interested - feel free to fork askbot on github and contribute some code.
Evgeny's avatar Evgeny (14 years ago)
see more comments

2 Answers

1

I think if you took a Poll of the user-base, you could find the features and use-cases desired. :^)

http://askbot.org/en/question/134/a-poll-feature

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
ccanonc's avatar
363
ccanonc
answered 14 years ago
link

Comments

People should vote for the feature suggestions they like, it definitely helps set the priorities. Some very good suggestions are coming out of your community, I really appreciate it.
Evgeny's avatar Evgeny (14 years ago)
You are very welcome. I hope I can find time to contribute code too, and not only ideas. Thx Evgeny!
ccanonc's avatar ccanonc (14 years ago)
see more comments
0

edited done in 0.7.4: the following is supported in the search string:

Searching for users questions:

  • @john, @'john doe', [user: john]

For tags:

  • #search, [tag:search], [search]

Title match:

  • title:"search interface, [title: search interface]

Of course - there may be room for the improvements. Thanks!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 14 years ago
link

Comments

Definitely much better, Still potentially confusing for less savvy users.
graeme's avatar graeme (14 years ago)
Made a small fix just now - maybe too small to notice. Could you describe what you think might be confusing, from the users point of view?
Evgeny's avatar Evgeny (14 years ago)
see more comments