Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(1220): Workspace Filtermode not handled in skim engine #1273

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

deicon
Copy link
Contributor

@deicon deicon commented Sep 29, 2023

This should Fix #1220, as the FilterMode::Workspace was not handled in skim engine

@vercel
Copy link

vercel bot commented Sep 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atuin-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2023 2:09pm

@deicon
Copy link
Contributor Author

deicon commented Oct 5, 2023

@conradludgate could you have a look here ? Not sure if this was all what's missing. Looks like the match was missing the workspace case. Or was this intentional ?

Copy link
Collaborator

@conradludgate conradludgate left a comment

Choose a reason for hiding this comment

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

Looks like the match was missing the workspace case. Or was this intentional ?

Not intentional, just forgotten

atuin/src/command/client/search/engines/skim.rs Outdated Show resolved Hide resolved
Copy link
Member

@ellie ellie left a comment

Choose a reason for hiding this comment

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

Thank you for the fix 🙏

@ellie ellie enabled auto-merge (squash) October 5, 2023 15:50
@ellie ellie merged commit 1735be0 into atuinsh:main Oct 5, 2023
10 checks passed
@deicon deicon deleted the fix/1220_Workspace_Mode_Missing_Skim branch October 5, 2023 17:37
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.

Search mode "skim" does not work with "workspace" or "session" filter modes
3 participants