Make each section of DT tell the search what you're searching.I'll probably add a Bakery-specific search box to the sidebar above the filters.
<form method="GET" action="https://forum.donutteam.com/search"> <span class="icon-search fal fa-search"></span> <input type="text" name="query" autocomplete="off" id="search-bar" placeholder="Search" value=""> <input type="hidden" name="Method" value=""> <!-- Method currently supports: "downloads", "members", "topics", "replies" and "Documentation" </form>
And once you re-do search, just implement the method. Then if the user wants to search something else, they can change the method on the search page.
Loren could make it so releases can mark themselves as children to other releases. He could mark it so the base release supports "forked" releases and then the child release can mark itself as a "fork" of the base release. Not sure if this is the route they'd go.I'm not sure if it would go on the same page, or if the official one will be updated, I'll raise it.