Skip to content

Allow recursive build list search with class filtering - #10084

Open
xoxorwr wants to merge 3 commits into
PathOfBuildingCommunity:devfrom
xoxorwr:recursive-build-search
Open

Allow recursive build list search with class filtering#10084
xoxorwr wants to merge 3 commits into
PathOfBuildingCommunity:devfrom
xoxorwr:recursive-build-search

Conversation

@xoxorwr

@xoxorwr xoxorwr commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Fixes # .

Description of the problem being solved:

Like many others, I like to organize my past builds into folders, this however makes searching for specific builds very hard, because current control doesn't search recursively.

I solved both problems by making the search recursive, and allowing for some basic class filtering: class:assassin poison.

Steps taken to verify a working solution:

Link to a build that showcases this PR:

Before screenshot:

After screenshot:

image

@Wires77 Wires77 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue I made a long time ago might be related to the work here: #2773

if not fileHnd then return nil, nil, nil end
local headerText = fileHnd:read(2048)
fileHnd:close()
if not headerText then return nil, nil, nil end

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep using OpenCloudErrorPopup here? I believe we've mitigated many of the root causes, but I'd like to keep this error pop-up in case people run into Cloud syncing issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants