This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 2
WIP: search: add fcc search boilerplate code DO NOT MERGE #35
Open
labkode
wants to merge
9
commits into
cernbox
Choose a base branch
from
fcc-search
base: cernbox
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+165
−37
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
435565c
to
327ab51
Compare
327ab51
to
26939be
Compare
- SearchDir() with searchstring and basic input validation - log pattern on REPORT - ListFolder() with search capabilities via opaque - add the searchString from opaque to ListFolder mdKeys
fd39df2
to
7f4f29f
Compare
f279e98
to
b31f37f
Compare
e972b08
to
9f1ba44
Compare
9f1ba44
to
5ad8a99
Compare
5ad8a99
to
d8a4e55
Compare
8736519
to
79bfa5d
Compare
45b935a
to
3c07bd5
Compare
3c07bd5
to
73a716d
Compare
9177004
to
5b1b632
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This code compiles.
To enable the file-tree search in web is necessary to add the following configuration parameter to:
/etc/revad/revad-gateway.toml
To run the code in the box, just:
If you issue a web request (REPORT) from Web, you can see the results by:
To create the index you can use the bleve cli (installed in the box):
You can fork this branch and create PRs to it.