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

Search returns only first 259 characters of full path #4

Open
meliky opened this issue Sep 14, 2018 · 0 comments
Open

Search returns only first 259 characters of full path #4

meliky opened this issue Sep 14, 2018 · 0 comments

Comments

@meliky
Copy link

meliky commented Sep 14, 2018

When file path exceeds 260 character limits, everthing search finds the file but shows wrong result:
IEverything everything = new Everything();
everything.Reset();
var results = everything.Search().Name.Contains("*.[extension]");
In FullPath member, I can only see first 259 characters of path but application itself shows true path.

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

1 participant