Index functionality; Exclude functionality #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Howdy!
So I had a problem where $DAY_JOB has a lot of documents on Quip and we want to see everything that's stored there. We like (kinda like) Quip as a platform but wanted a local index.
Likewise, in this local index we wanted to exclude some documents (in our "Archive" folder).
This PR implements both of this features.
I do hope they are useful to the project, which I was so thankful for (thought I was going to have to write it all myself!). Let me know if there's anything needed to clean up the code for merging, or if you have other thoughts/concerns/ideas and I'll see what I can do to improve this work!