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

Different Search Result on PowerShells #2707

Closed
yigitemres opened this issue Oct 27, 2018 · 4 comments
Closed

Different Search Result on PowerShells #2707

yigitemres opened this issue Oct 27, 2018 · 4 comments

Comments

@yigitemres
Copy link
Contributor

yigitemres commented Oct 27, 2018

conemu64_2018-10-27_13-27-58

What can cause this? I search it but I cannot find it.

(Freshly installed OS. Windows OS Build: 17134.345)

Thank you for your responses.

@bcatubig
Copy link

bcatubig commented Oct 28, 2018

Looks like you have the system version of powershell installed (v5) and powershell core(6.1) installed as well.

@yigitemres
Copy link
Contributor Author

Looks like you have the system version of powershell installed (v5) and powershell core(6.1) installed as well.

I know that I'm having powershell and powershell core (pwsh). What I don't understand is that, why same search function have different outputs?

@r15ch13
Copy link
Member

r15ch13 commented Oct 29, 2018

That was caused by a missing $_.Name call in apps_in_bucket(). PowerShell Core handles the FileInfo-Result from Get-ChildItem differently.

@yigitemres
Copy link
Contributor Author

That was caused by a missing $_.Name call in apps_in_bucket(). PowerShell Core handles the FileInfo-Result from Get-ChildItem differently.

Thank you for fix and response.

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

No branches or pull requests

3 participants