Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on How can I do a search across all of Codidact?

Parent

How can I do a search across all of Codidact?

+7
−0

I can't find a way to do a platform-wide search (all communities at once). Is there such a feature and I'm missing it?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (1 comment)
Post
+8
−0

Unfortunately, we currently don't have a network-wide search engine. I think this is the first time it's been brought up.

If there's interest in such a feature, someone can write a feature request and it'll go through our process for handling those.

In the meantime, though, your best bet is probably an external search engine such as Google. You can use the site:codidact.com query to limit your search to Codidact results.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (5 comments)
General comments
tbmale‭ wrote almost 3 years ago · edited almost 3 years ago

+1 for the site:codidact.com tip. It never comes to mind :)

Canina‭ wrote almost 3 years ago · edited almost 3 years ago

I too was going to suggest using site:codidact.com with one's favorite search engine. (DuckDuckGo also supports that specifier.) Who knows, maybe it'll even bump Codidact just ever so slightly in their rankings?

Monica Cellio‭ wrote almost 3 years ago

We have plans to allow refining the search on a particular community to either just this category or all categories. It seems reasonable to also allow going in the other direction (all communities, not just this one). All of this still needs some UX design, but let's consider it when we do the other search improvements.

manassehkatz‭ wrote almost 3 years ago

This feature should actually be easy to implement as long as we stay in a "one database" design (my preference but agreed quite a while ago that long-term we will have a database-per-community structure).

trichoplax‭ wrote about 1 year ago

As mentioned, including site:codidact.com will return all pages on Codidact that match the search terms. This includes help pages.

For cases where you only want to see posts, you can instead include site:codidact.com/posts to show only posts, but from any community.

You can also restrict to one community in order to find posts using search terms that the current Codidact search does not support. For example, you can search Meta posts by including site:meta.codidact.com/posts. This allows working around bugs such as Codidact search not searching question titles.

I've only tested these with DuckDuckGo, but they may work similarly with other search engines.