As I saw the title and body search are better, which is simple to use, but tag search is complicated.
For example,
title: foo bar
body: foo bar
But tag search is not simple,
tag:foo tag:bar
So can we just use tag:foo bar
?
As I saw the title and body search are better, which is simple to use, but tag search is complicated.
For example,
title: foo bar
body: foo bar
But tag search is not simple,
tag:foo tag:bar
So can we just use tag:foo bar
?
title:foo bar
Search for title with the word foo
and title or body with bar
body:foo bar
Search for body with foo
and title or body with bar
tag:foo tag:bar
Search for tag foo
and bar
tag:foo bar
Search for tag foo
and bar
in title or body
The word seperated by a space is not used for the search filter.
It would be nice to be able to use #
instead of tag:
, so you could search for #foo #bar
.
This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.