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

exclude folder #24

Closed
wakan opened this issue Mar 24, 2018 · 2 comments
Closed

exclude folder #24

wakan opened this issue Mar 24, 2018 · 2 comments

Comments

@wakan
Copy link

wakan commented Mar 24, 2018

On the from, possibility to ignore folder or subfolder.

@ciuncan
Copy link
Contributor

ciuncan commented Mar 24, 2018

You could use a where clause on path or is_dir/is_file fields for that. Or could you elaborate the issue more?

@jhspetersson
Copy link
Owner

I was considering exclude keyword, but wouldn't it be less functional than where conditions?

And this adds some ambiguity as well:

fselect path from /test exclude foobar, morestuff

Is 'morestuff' excluded or searched within?

Well, finally I gave up that idea as being impossible to implement without bringing some completely different syntax.

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