This repository was archived by the owner on Jan 31, 2024. It is now read-only.
WIP: search: add fcc search boilerplate code DO NOT MERGE - #35
Open
labkode wants to merge 9 commits into
Open
Conversation
SamuAlfageme
force-pushed
the
fcc-search
branch
5 times, most recently
from
November 24, 2022 15:11
435565c to
327ab51
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
from
December 5, 2022 12:47
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
SamuAlfageme
force-pushed
the
fcc-search
branch
from
December 13, 2022 10:59
fd39df2 to
7f4f29f
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
6 times, most recently
from
December 14, 2022 09:51
f279e98 to
b31f37f
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
2 times, most recently
from
January 23, 2023 13:42
e972b08 to
9f1ba44
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
from
January 24, 2023 11:22
9f1ba44 to
5ad8a99
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
from
January 25, 2023 10:08
5ad8a99 to
d8a4e55
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
6 times, most recently
from
February 8, 2023 14:47
8736519 to
79bfa5d
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
7 times, most recently
from
February 8, 2023 16:44
45b935a to
3c07bd5
Compare
SamuAlfageme
force-pushed
the
fcc-search
branch
from
February 8, 2023 16:49
3c07bd5 to
73a716d
Compare
glpatcern
force-pushed
the
cernbox
branch
2 times, most recently
from
October 9, 2023 09:45
9177004 to
5b1b632
Compare
This file contains hidden or 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
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.tomlTo 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.